chore: update plugins & use yostar api

This commit is contained in:
胡鑫
2025-02-24 10:19:23 +08:00
parent 4fd10f828e
commit 074e8ec3b0
2 changed files with 16 additions and 19 deletions
+10 -13
View File
@@ -140,31 +140,28 @@ return {
"MunifTanjim/nui.nvim",
},
opts = {
provider = "siliconflowchat",
auto_suggestions_provider = "qwen32",
cursor_applying_provider = "qwen32",
provider = "yor1",
auto_suggestions_provider = "yoqwen32",
cursor_applying_provider = "yoqwen32",
file_selector = {
provider = "telescope",
provider_opts = {},
},
behaviour = {
enable_cursor_planning_mode = true,
},
vendors = {
qwenmax = {
yor1 = {
__inherited_from = "openai",
api_key_name = "QWEN_API_KEY",
endpoint = "https://dashscope.aliyuncs.com/compatible-mode/v1/",
model = "qwen-max",
api_key_name = "YOSTAR_API_KEY",
endpoint = "https://litellm.yostar.co.jp",
model = "DeepSeek-R1",
disable_tools = true,
},
qwen32 = {
yoqwen32 = {
__inherited_from = "openai",
api_key_name = "QWEN_API_KEY",
endpoint = "https://dashscope.aliyuncs.com/compatible-mode/v1/",
api_key_name = "YOSTAR_API_KEY",
endpoint = "https://litellm.yostar.co.jp",
model = "qwen2.5-coder-32b-instruct",
disable_tools = true,
},