ZIm/crates/language_model/src/provider
Marshall Bowers 2bcf9fc490
Add client::zed_urls module for constructing zed.dev URLs (#19391)
This PR adds a new `zed_urls` module to the `client` crate.

This module contains functions for constructing URLs to Zed properties,
such as zed.dev.

The URLs produced by this module will respect the server URL set via
settings or the `ZED_SERVER_URL` environment variable. This allows them
to correctly reflect the current environment (such as when testing Zed
against a local collab/zed.dev).

Release Notes:

- N/A
2024-10-17 16:18:35 -04:00
..
anthropic.rs Allow Anthropic custom models to override temperature (#18160) 2024-09-20 14:59:12 -06:00
cloud.rs Add client::zed_urls module for constructing zed.dev URLs (#19391) 2024-10-17 16:18:35 -04:00
copilot_chat.rs Refine assistant config UI (#17871) 2024-09-16 08:12:07 -03:00
fake.rs assistant: Stream tool uses as structured data (#17322) 2024-09-03 15:04:51 -04:00
google.rs Refine assistant config UI (#17871) 2024-09-16 08:12:07 -03:00
ollama.rs Allow Anthropic custom models to override temperature (#18160) 2024-09-20 14:59:12 -06:00
open_ai.rs Refine assistant config UI (#17871) 2024-09-16 08:12:07 -03:00