ZIm/crates/language_models/src/provider
Umesh Yadav 104f601413
language_models: Fix Copilot models not loading (#32288)
Recently in this PR: https://github.com/zed-industries/zed/pull/32248
github copilot settings was introduced. This had missing settings update
which was leading to github copilot models not getting fetched. This had
missing subscription to update the settings inside the copilot language
model provider. Which caused it not show models at all.

cc @osiewicz 

Release Notes:

- N/A

---------

Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
2025-06-07 09:32:01 +00:00
..
anthropic.rs anthropic: Fix error when attaching multiple images (#32092) 2025-06-05 16:29:49 +00:00
bedrock.rs bedrock: Fix cross-region inference (#30659) 2025-06-03 15:46:35 +00:00
cloud.rs Add thinking budget for Gemini custom models (#31251) 2025-06-03 13:40:20 +02:00
copilot_chat.rs language_models: Fix Copilot models not loading (#32288) 2025-06-07 09:32:01 +00:00
deepseek.rs Add tool support for DeepSeek (#30223) 2025-06-03 10:59:36 +02:00
google.rs google: Add latest versions of Gemini 2.5 Pro and Flash Preview (#32183) 2025-06-05 19:30:34 +00:00
lmstudio.rs lmstudio: Fill max_tokens using the response from /models (#25606) 2025-06-06 20:21:23 +00:00
mistral.rs language_models: Fix Mistral tool->user message sequence handling (#31736) 2025-06-06 12:35:22 +03:00
ollama.rs Remove unused load_model method from LanguageModelProvider (#32070) 2025-06-04 14:07:01 +00:00
open_ai.rs Pass up intent with completion requests (#31710) 2025-05-29 20:43:12 +00:00
open_router.rs Add support for OpenRouter as a language model provider (#29496) 2025-06-03 15:59:46 +00:00