Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: add support for Deepseek model #115

Open
zeroaddresss opened this issue Aug 23, 2024 · 1 comment
Open

Feat: add support for Deepseek model #115

zeroaddresss opened this issue Aug 23, 2024 · 1 comment

Comments

@zeroaddresss
Copy link

Ollama offers the possibility to use Deepseek-coder-v2 model (one of the cheapest and best performing models for coding), but the 236B model is really heavy to be run locally. However, the deepseek API allows to use it, and it has great results as a code assistant.
It would be awesome if it could be integrated within the codecompanion plugin.

@David-Kunz
Copy link
Owner

Thanks for the suggestion, @zeroaddresss .

At the moment, I focus more on open models running locally. But maybe you can override some of the functions to send it to the LLM to support the deepseek API?

Thanks and best regards,
David

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants