ZIm/crates/language_model
Marshall Bowers 5e011ab029
language_model: Denote the availability of language models (#15660)
This PR updates the `LanguageModel` trait with a new method for denoting
the availability of a model.

Right now we have two variants:

- `Public` for models that have no additional restrictions (other than
their respective setup/authentication requirements)
- `RequiresPlan` for models that require a specific Zed plan

Release Notes:

- N/A
2024-08-01 18:26:27 -04:00
..
src language_model: Denote the availability of language models (#15660) 2024-08-01 18:26:27 -04:00
Cargo.toml Allow customization of the model used for tool calling (#15479) 2024-07-30 16:18:53 +02:00
LICENSE-GPL Extract completion provider crate (#14823) 2024-07-19 13:35:34 -04:00