DeepSeek is a VS Code extension that integrates the DeepSeek AI model to provide an interactive chat interface within the editor.
- Chat with the DeepSeek AI model directly within VS Code.
- Stream responses from the AI model in real-time.
- Simple and intuitive webview interface.
- Download Ollama: https://ollama.com/
- Download the deepseek-r1 7b model from: https://ollama.com/library/deepseek-r1 using the command:
ollama run deepseek-r1:7b
- Clone this repository:
git clone https://github.com/Raredrops/DeepSeek-Extension-VSCode- Navigate tot he project directory:
cd DeepSeek-Extension-VSCode- Install dependencies:
npm install- Open the project in VS Code.
- Press
F5to open a new window with your extension loaded. - Run the command
Chat with Deepseekfrom the command pallet (Ctrl+Shift+P or Cmd+Shift+P) on Mac). - Interact with the DeepSeek AI model through the webview interface.
Contributions are welcome! Please open an issue or submit a pull request for any changes.
MIT © RareDrop