ZIm/crates/language_model/src
Abdelhakim Qbaich e42cf21703
Default to fast model first for commit messages (#31385)
I was surprised to see this being done for thread summaries, but not
commit messages.

I believe it's a better default as most people would want a faster
commit message generation without spending premium requests.

Considering how the default fast model for copilot is set to the base
one, this is ideal for me (and likely many others), as opposed to
tweaking the configuration every time the base model changes.

Release Notes:

- git: Default to fast model first if not configured for generating
commit messages
2025-05-26 10:37:44 +02:00
..
model language_model: Remove CloudModel enum (#31322) 2025-05-24 02:04:51 +00:00
fake_provider.rs Have read_file support images (#30435) 2025-05-13 10:58:00 +02:00
language_model.rs language_models: Fetch Zed models from the server (#31316) 2025-05-23 23:00:35 +00:00
rate_limiter.rs Change cloud language model provider JSON protocol to surface errors and usage information (#29830) 2025-05-04 17:37:42 +00:00
registry.rs Default to fast model first for commit messages (#31385) 2025-05-26 10:37:44 +02:00
request.rs Accept wrapped text content from LLM providers (#31048) 2025-05-20 20:50:02 +00:00
role.rs language_model: Remove dependencies on individual model provider crates (#25503) 2025-02-24 16:41:35 -05:00
telemetry.rs telemetry_events: Rename AssistantEvent to AssistantEventData (#28133) 2025-04-04 19:28:32 -04:00