feat: yoclaude

This commit is contained in:
胡鑫
2025-03-06 10:12:28 +08:00
parent 8f3bfa6fe8
commit c0238ab67c
2 changed files with 27 additions and 14 deletions
+18 -5
View File
@@ -141,12 +141,12 @@ return {
"MunifTanjim/nui.nvim",
},
opts = {
provider = "yor1",
provider = "yoclaude37",
auto_suggestions_provider = "codestral",
cursor_applying_provider = "yoqwen32",
behaviour = {
enable_cursor_planning_mode = true, -- enable cursor planning mode!
},
-- cursor_applying_provider = "yoqwen32",
-- behaviour = {
-- enable_cursor_planning_mode = true, -- enable cursor planning mode!
-- },
file_selector = {
provider = "telescope",
@@ -162,6 +162,19 @@ return {
disable_tools = true,
},
yoclaude37 = {
__inherited_from = "openai",
api_key_name = "YOSTAR_API_KEY",
endpoint = "https://litellm.yostar.co.jp",
model = "claude-3-7-sonnet-latest",
},
yoclaude35 = {
__inherited_from = "openai",
api_key_name = "YOSTAR_API_KEY",
endpoint = "https://litellm.yostar.co.jp",
model = "claude-3-5-sonnet-latest",
},
yoqwen32 = {
__inherited_from = "openai",
api_key_name = "YOSTAR_API_KEY",