fix deepseek
This commit is contained in:
@@ -141,7 +141,7 @@ return {
|
||||
"MunifTanjim/nui.nvim",
|
||||
},
|
||||
opts = {
|
||||
provider = "yochat",
|
||||
provider = "dsv3",
|
||||
auto_suggestions_provider = "codestral",
|
||||
-- cursor_applying_provider = "yoqwen32",
|
||||
-- behaviour = {
|
||||
@@ -155,6 +155,13 @@ return {
|
||||
|
||||
vendors = {
|
||||
|
||||
-- ds
|
||||
dsv3 = {
|
||||
__inherited_from = "openai",
|
||||
api_key_name = "DEEPSEEK_API_KEY",
|
||||
endpoint = "https://api.deepseek.com",
|
||||
model = "deepseek-chat",
|
||||
},
|
||||
|
||||
-- 百炼
|
||||
qwenr1 = {
|
||||
@@ -193,6 +200,7 @@ return {
|
||||
endpoint = "https://litellm.yostar.net",
|
||||
model = "DeepSeek-V3",
|
||||
disable_tools = true,
|
||||
max_completion_tokens = 12288,
|
||||
},
|
||||
yoqwq32 = {
|
||||
__inherited_from = "openai",
|
||||
|
||||
Reference in New Issue
Block a user