Skip to content

Commit d5219e3

Browse files
committed
docs: update for DeepSeek
1 parent 7467cd9 commit d5219e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Thank you to the following people:
2828
## :sparkles: Features
2929

3030
- :speech_balloon: [Copilot Chat](https://github.com/features/copilot) meets [Zed AI](https://zed.dev/blog/zed-ai), in Neovim
31-
- :electric_plug: Support for Anthropic, Copilot, Gemini, Ollama, OpenAI, Azure OpenAI, HuggingFace and xAI LLMs (or bring your own!)
31+
- :electric_plug: Support for Anthropic, Copilot, DeepSeek, Gemini, Ollama, OpenAI, Azure OpenAI, HuggingFace and xAI LLMs (or bring your own!)
3232
- :rocket: Inline transformations, code creation and refactoring
3333
- :robot: Variables, Slash Commands, Agents/Tools and Workflows to improve LLM output
3434
- :sparkles: Built in prompt library for common tasks like advice on LSP errors and code explanations

doc/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CodeCompanion is a productivity tool which streamlines how you develop with LLMs
1818
## Features
1919

2020
- :speech_balloon: [Copilot Chat](https://github.com/features/copilot) meets [Zed AI](https://zed.dev/blog/zed-ai), in Neovim
21-
- :electric_plug: Support for Anthropic, Copilot, Gemini, Ollama, OpenAI, Azure OpenAI, HuggingFace and xAI LLMs (or bring your own!)
21+
- :electric_plug: Support for Anthropic, Copilot, DeepSeek, Gemini, Ollama, OpenAI, Azure OpenAI, HuggingFace and xAI LLMs (or bring your own!)
2222
- :rocket: Inline transformations, code creation and refactoring
2323
- :robot: Variables, Slash Commands, Agents/Tools and Workflows to improve LLM output
2424
- :sparkles: Built in prompt library for common tasks like advice on LSP errors and code explanations
@@ -32,6 +32,7 @@ The plugin uses [adapters](configuration/adapters) to connect to LLMs. Out of th
3232

3333
- Anthropic (`anthropic`) - Requires an API key and supports [prompt caching](https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching)
3434
- Copilot (`copilot`) - Requires a token which is created via `:Copilot setup` in [Copilot.vim](https://github.com/github/copilot.vim)
35+
- DeepSeek (`deepseek`) - Requires an API key
3536
- Gemini (`gemini`) - Requires an API key
3637
- HuggingFace (`huggingface`) - Requires an API key
3738
- Ollama (`ollama`) - Both local and remotely hosted

0 commit comments

Comments
 (0)