mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
revert model override
This commit is contained in:
parent
b4404d2c1f
commit
91b6830d9e
1 changed files with 13 additions and 10 deletions
|
|
@ -60,17 +60,20 @@ return {
|
||||||
"zbirenbaum/copilot.lua",
|
"zbirenbaum/copilot.lua",
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
adapters = {
|
-- adapters = {
|
||||||
copilot = function()
|
-- copilot = function()
|
||||||
return require("codecompanion.adapters").extend("copilot", {
|
-- return require("codecompanion.adapters").extend("copilot", {
|
||||||
name = "copilot-claude-3.5-sonnet",
|
-- schema = {
|
||||||
schema = { model = "claude-3.5-sonnet", },
|
-- model = {
|
||||||
})
|
-- default = "claude-3.5-sonnet"
|
||||||
end
|
-- },
|
||||||
},
|
-- },
|
||||||
|
-- })
|
||||||
|
-- end
|
||||||
|
-- },
|
||||||
strategies = {
|
strategies = {
|
||||||
chat = { adapter = "copilot-claude-3.5-sonnet", },
|
chat = { adapter = "copilot", },
|
||||||
inline = { adapter = "copilot-claude-3.5-sonnet", },
|
inline = { adapter = "copilot", },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
init = function()
|
init = function()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue