You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
Choose OpenAI as your Provider in the settings.
Enter your DeepSeek API key in the OpenAI API key setting.
Enter https://api.deepseek.com/v1 in the OpenAI API base url setting.
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.
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!
The text was updated successfully, but these errors were encountered: