ZIm/crates/language_models/src/provider
Marshall Bowers a34fb6f6b1
Send up Zed version with edit prediction and completion requests (#30136)
This PR makes it so we send up an `x-zed-version` header with the
client's version when making a request to llm.zed.dev for edit
predictions and completions.

Release Notes:

- N/A
2025-05-07 15:44:30 +00:00
..
anthropic.rs Add support for queuing status updates in cloud language model provider (#29818) 2025-05-02 20:36:39 +00:00
bedrock.rs bedrock: Preserve thinking blocks for Bedrock (#29602) 2025-04-29 12:18:32 -04:00
cloud.rs Send up Zed version with edit prediction and completion requests (#30136) 2025-05-07 15:44:30 +00:00
copilot_chat.rs Fix error when requesting completion to Copilot Chat without tools (#30007) 2025-05-06 14:19:59 +00:00
deepseek.rs Treat invalid JSON in tool calls as failed tool calls (#29375) 2025-04-24 16:54:27 -04:00
google.rs Add support for getting the token count for all parts of Gemini generation requests (#29630) 2025-05-04 21:32:45 +00:00
lmstudio.rs lmstudio: Fix streaming not working in v0.3.15 (#30013) 2025-05-06 12:59:36 -04:00
mistral.rs Treat invalid JSON in tool calls as failed tool calls (#29375) 2025-04-24 16:54:27 -04:00
ollama.rs Improve Ollama tool use (#30120) 2025-05-07 15:37:06 +00:00
open_ai.rs openai: Don't append tool calls to prior assistant messages (#29969) 2025-05-05 22:04:56 -07:00