fix deepseek

This commit is contained in:
胡鑫
2025-03-26 15:02:30 +08:00
parent d687614de9
commit f5eb1a16f7
2 changed files with 23 additions and 16 deletions
+9 -1
View File
@@ -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",