
- 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>
8 lines
141 B
Rust
8 lines
141 B
Rust
pub mod anthropic;
|
|
pub mod cloud;
|
|
pub mod copilot_chat;
|
|
pub mod deepseek;
|
|
pub mod google;
|
|
pub mod lmstudio;
|
|
pub mod ollama;
|
|
pub mod open_ai;
|