initial refactor
This commit is contained in:
parent
c144250c75
commit
86d707340b
10 changed files with 165 additions and 240 deletions
|
|
@ -1,10 +1,10 @@
|
|||
require("codecompanion").setup({
|
||||
strategies = {
|
||||
chat = {
|
||||
adapter = {
|
||||
name = "copilot",
|
||||
model = "claude-sonnet-4",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
-- require("codecompanion").setup({
|
||||
-- strategies = {
|
||||
-- chat = {
|
||||
-- adapter = {
|
||||
-- name = "copilot",
|
||||
-- model = "claude-sonnet-4",
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue