Deepseek-Chat is a Visual Studio Code extension that provides a simple AI chat interface within the IDE. This extension allows users to interact with the deepseek-r1:1.5b model using the Ollama API.
Features
Open a custom chat view within VS Code.
Send queries to the deepseek-r1:1.5b model.
Display responses from the model in real-time.
Requirements
Visual Studio Code version 1.96.0 or higher.
Node.js and Yarn installed on your machine.
Installation
Clone the repository:
git clone <repository-url>
Navigate to the project directory:
cd deepseek-chat
Install the dependencies:
yarn install
Usage
Open the project in Visual Studio Code.
Press F5 to open a new window with your extension loaded.
Run the command Deepseek Chat from the command palette (Ctrl+Shift+P or Cmd+Shift+P on Mac).
Type your query in the input box and click the "Send" button to interact with the AI model.