{"id":24850022,"url":"https://github.com/fvciprian/deepseek-r1-ext","last_synced_at":"2025-10-14T21:30:50.287Z","repository":{"id":274812352,"uuid":"924071993","full_name":"fvciprian/deepseek-r1-ext","owner":"fvciprian","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-29T14:08:18.000Z","size":1129,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T15:23:19.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fvciprian.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-29T11:14:49.000Z","updated_at":"2025-01-29T14:08:21.000Z","dependencies_parsed_at":"2025-01-29T15:23:28.509Z","dependency_job_id":"490a3e6c-7948-41ea-9a6c-68668c7a5af6","html_url":"https://github.com/fvciprian/deepseek-r1-ext","commit_stats":null,"previous_names":["fvciprian/deepseek-r1-ext"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fvciprian%2Fdeepseek-r1-ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fvciprian%2Fdeepseek-r1-ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fvciprian%2Fdeepseek-r1-ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fvciprian%2Fdeepseek-r1-ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fvciprian","download_url":"https://codeload.github.com/fvciprian/deepseek-r1-ext/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236518714,"owners_count":19162118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-31T13:02:06.621Z","updated_at":"2025-10-14T21:30:44.830Z","avatar_url":"https://github.com/fvciprian.png","language":"TypeScript","funding_links":[],"categories":["Frameworks \u0026 Libraries"],"sub_categories":["Copilot Extensions \u0026 Alternatives"],"readme":"# deepseek-r1-ext\n\nThis VS Code extension provides a chat interface for the [DeepSeek-R1](https://github.com/deepseek-ai/DeepSeek-R1) model. \u003cbr /\u003e\nCurrently it's using the deepseek-r1:7b which is a smaller model distilled from DeepSeek-R1 with better performance so it can be run on local hardware.\n\n## Features\n\n- Chat with the DeepSeek R1 model directly within VS Code.\n- Stream responses from the model in real-time.\n- Simple and intuitive webview interface.\n\n## Requirements\n\n- VS Code version 1.96.0 or higher.\n- [Ollama](https://ollama.com/download/windows) to interact with the DeepSeek R1 model.\n\n## Installation\n\n- Download and install [Ollama](https://ollama.com/download/windows)\n- Download and install [deepseek-r1-ext-0.0.1.vsix](./deepseek-r1-ext-0.0.1.vsix)\n\nTo install a .vsix file in VS Code:\n\nGo to the Extensions view.\nClick Views and More Actions...\nSelect Install from VSIX...\nor\n\nin your terminal, run the following commands:\n\n```\n    code --install-extension deepseek-r1-ext-0.0.1.vsix\n```\n\nTo make sure the model is downloaded run the following command in the terminal:\n\n```\n    ollama run deepseek-r1:7b\n```\n\n## Usage\n\n- After the extension is installed you can start it by typing this command:\n\n![Deep Seek R1 Chat](./img/command.png)\n\n- Ask anything\n\n![Ask](./img/ask.png)\n\n## Contributing\n\nIf you want to contribute to this extension or just want to use a different version of the deepseek-r1 model:\n\n- Install Ollama api\n```\n    npm install ollama\n```\n- Check full list of models [here](https://ollama.com/library/deepseek-r1)\n- In extension.ts modify this line of code\n  ```\n      const streamResponse = await ollama.chat({\n            model:'deepseek-r1:7b',\n            messages: [{role: 'user', content: prompt}],\n            stream: true\n        });\n  ```\n- Run and Debug extension\n\n![Run](./img/run.png)\n\n- Package extension\n\nIn VS Code terminal run:\n\n```\n    vsce package\n```\n\n## Extension Settings\n\nThis extension does not add any VS Code settings through the `contributes.configuration` extension point.\n\n## Known Issues\n\n- None at the moment.\n\n## Release Notes\n\n### 0.0.1\n\n- Initial release of DeepSeek R1 extension.\n\n---\n\n**Enjoy!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffvciprian%2Fdeepseek-r1-ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffvciprian%2Fdeepseek-r1-ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffvciprian%2Fdeepseek-r1-ext/lists"}