-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Replace GPT and Gemini with DeepSeek #1085
Comments
+1 would like to see it |
Why replace? I think it's better to add a possibility to use Qwen/DeepSeek alongside with ChatGPT/Gemini |
Yes replace works too |
I wanted to replace it, because GPT and Gemini are blocked in my region. |
But what about the other people using it? |
Stay chill guys. The thing is that:
|
you should be able to just add it in add something like this: deepseek: {
name: "deepseek",
logo_name: "deepseek-symbolic",
description: getString("Deepseek API.\nPricing: Free."),
base_url: "https://api.deepseek.com/v1/chat/completions",
key_get_url: "https://platform.deepseek.com/api_keys",
key_file: "deepseek_key.txt",
model: "deepseek-chat",
}, Although, at least for where I'm from, they suspended their API service, so I can't really test it :p |
'deepseek': {
name: "deepseek",
logo_name: "deepseek-symbolic",
description: getString("Deepseek API.\nPricing: Free."),
base_url: "https://api.deepseek.com/v1/chat/completions",
key_get_url: "https://platform.deepseek.com/api_keys",
key_file: "deepseek_key.txt",
model: "deepseek-chat",
}, Works for me have the api key but insufficiant balance 🤣🤣🤣🤣 |
i had added >addgpt / >rmgpt commands for my config before then followed by the model name you like from apen router it automagickly adds it to the menu without even reloading it by adding a template like you did |
Maybe it is better to add a 'custom' option that allows users input url and model just like input api keys , since many ai supports openai api. |
when u use openrouter you just change model name and use the same other stuff |
check this out: https://ollama.com/library/deepseek-r1 then you can add it in |
Hi!
Some one might want to change used AI because of different reasons. So how to change AI from GPT or Gemini to Deepseek for example?
The text was updated successfully, but these errors were encountered: