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

Deepseek API support needed #33

Open
wangxianyu7 opened this issue Jan 27, 2025 · 1 comment
Open

Deepseek API support needed #33

wangxianyu7 opened this issue Jan 27, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@wangxianyu7
Copy link

Dear Developer,

The recently popular LLM, DeepSeek (https://www.deepseek.com/), is priced lower than most other LLMs. Would you consider adding support for it in your plugin? This would be a great help to users and save them a significant amount of money.

Thank you so much!

@wangxianyu7 wangxianyu7 changed the title Deepseek API needed Deepseek API support needed Jan 27, 2025
@ECuiDev ECuiDev added the enhancement New feature or request label Jan 29, 2025
@ECuiDev
Copy link
Owner

ECuiDev commented Jan 30, 2025

Yes, I will definitely add it. I've been pretty busy with some other things recently so I haven't been very active, but I plan to resolve a bunch of overdue issues (including this one) in the coming weeks.

If you want to use DeepSeek immediately (before I add support for it), I believe you can make it work by doing the following:

  1. Choose OpenAI as your Provider in the settings.
  2. Enter your DeepSeek API key in the OpenAI API key setting.
  3. Enter https://api.deepseek.com/v1 in the OpenAI API base url setting.
  4. Open the data.json file for this plugin and change the value of openAITextGenModel to either deepseek-chat (to use DeepSeek-V3) or deepseek-reasoner (to use DeepSeek-R1). If you go back to Obsidian, the dropdown toggle for the Generation model setting should now be blank.

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

No branches or pull requests

2 participants