This is the VS Code extension for interacting with DeepSeek, powered by the Ollama API. With this extension, you can have chat-based conversations with the "DeepSeek" AI model directly inside Visual Studio Code.
- Chat Interface: Interact with DeepSeek AI using a simple chat UI embedded in the VS Code webview.
- Real-time Response: Receive real-time, streaming responses from the model as you chat.
- Customizable Prompts: Submit custom prompts or questions to DeepSeek for AI-generated answers.
To use this extension, you will need:
- Visual Studio Code (any version that supports extensions)
- Ollama API key: The Ollama API is used to generate responses. Make sure you have access to the DeepSeek model through Ollama.
There are no configurable settings for this extension at the moment.
- Streaming Limitations: In some cases, network interruptions might cause incomplete responses.
- Ollama API Availability: Ensure that the Ollama API service is available to avoid connection issues.
- Initial release with basic chat interface and streaming responses from DeepSeek.
- Added real-time streaming for improved chat experience.