ZIm/crates/language_model/src
Agus Zubiaga 43cb925a59
ai: Separate model settings for each feature (#28088)
Closes: https://github.com/zed-industries/zed/issues/20582

Allows users to select a specific model for each AI-powered feature:
- Agent panel
- Inline assistant
- Thread summarization
- Commit message generation

If unspecified for a given feature, it will use the `default_model`
setting.

Release Notes:

- Added support for configuring a specific model for each AI-powered
feature

---------

Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de>
2025-04-04 11:40:55 -03:00
..
model Set tool schema format for zed.dev language model (#27788) 2025-03-31 16:49:59 +00:00
fake_provider.rs language_model: Remove use_any_tool method from LanguageModel (#27930) 2025-04-02 15:49:21 +00:00
language_model.rs agent: Add token count in the thread view (#28037) 2025-04-03 15:43:58 -03:00
rate_limiter.rs chore: Prepare for Rust edition bump to 2024 (without autofix) (#27791) 2025-03-31 20:10:36 +02:00
registry.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
request.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
role.rs language_model: Remove dependencies on individual model provider crates (#25503) 2025-02-24 16:41:35 -05:00
telemetry.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00