
This PR removes the dependencies on the individual model provider crates from the `language_model` crate. The various conversion methods for converting a `LanguageModelRequest` into its provider-specific request type have been inlined into the various provider modules in the `language_models` crate. The model providers we provide via Zed's cloud offering get to stay, for now. Release Notes: - N/A
3 lines
46 B
Rust
3 lines
46 B
Rust
pub mod cloud_model;
|
|
|
|
pub use cloud_model::*;
|