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",
|
||||
},
|
||||
opts = {
|
||||
adapters = {
|
||||
copilot = function()
|
||||
return require("codecompanion.adapters").extend("copilot", {
|
||||
name = "copilot-claude-3.5-sonnet",
|
||||
schema = { model = "claude-3.5-sonnet", },
|
||||
})
|
||||
end
|
||||
},
|
||||
-- adapters = {
|
||||
-- copilot = function()
|
||||
-- return require("codecompanion.adapters").extend("copilot", {
|
||||
-- schema = {
|
||||
-- model = {
|
||||
-- default = "claude-3.5-sonnet"
|
||||
-- },
|
||||
-- },
|
||||
-- })
|
||||
-- end
|
||||
-- },
|
||||
strategies = {
|
||||
chat = { adapter = "copilot-claude-3.5-sonnet", },
|
||||
inline = { adapter = "copilot-claude-3.5-sonnet", },
|
||||
chat = { adapter = "copilot", },
|
||||
inline = { adapter = "copilot", },
|
||||
},
|
||||
},
|
||||
init = function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue