feat: yoclaude
This commit is contained in:
+18
-5
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user