ZIm/crates/language_model/src
邻二氮杂菲 29bfb56739
Add DeepSeek support (#23551)
- Added support for DeepSeek as a new language model provider in Zed
Assistant
- Implemented streaming API support for real-time responses from
DeepSeek models.
- Added a configuration UI for DeepSeek API key management and settings.
- Updated documentation with detailed setup instructions for DeepSeek
integration.
- Added DeepSeek-specific icons and model definitions for seamless
integration into the Zed UI.
- Integrated DeepSeek into the language model registry, making it
available alongside other providers like OpenAI and Anthropic.

Release Notes:

- Added support for DeepSeek to the Assistant.

---------

Co-authored-by: Marshall Bowers <git@maxdeviant.com>
2025-01-27 13:40:59 -05:00
..
model openai: Add back O1-Preview (#23715) 2025-01-27 14:44:12 +00:00
fake_provider.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
language_model.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
rate_limiter.rs Allow customization of the model used for tool calling (#15479) 2024-07-30 16:18:53 +02:00
registry.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
request.rs Add DeepSeek support (#23551) 2025-01-27 13:40:59 -05:00
role.rs Add DeepSeek support (#23551) 2025-01-27 13:40:59 -05:00