ZIm/crates/language_model
Marshall Bowers 0acd556106
language_model: Remove dependencies on individual model provider crates (#25503)
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
2025-02-24 16:41:35 -05:00
..
src language_model: Remove dependencies on individual model provider crates (#25503) 2025-02-24 16:41:35 -05:00
Cargo.toml language_model: Remove dependencies on individual model provider crates (#25503) 2025-02-24 16:41:35 -05:00
LICENSE-GPL Extract completion provider crate (#14823) 2024-07-19 13:35:34 -04:00