chore: update plugins & use yostar api
This commit is contained in:
+10
-13
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user