Skip to content

Commit 5d736eb

Browse files
committed
feat(copilotchat): change model to Claude 3.7 Sonnet Thinking
1 parent e43dec8 commit 5d736eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lua/community.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ return {
7676
{ import = "astrocommunity.editing-support.comment-box-nvim" },
7777
{ import = "astrocommunity.editing-support.conform-nvim" },
7878
{ import = "astrocommunity.editing-support.copilotchat-nvim" },
79+
{
80+
"CopilotC-Nvim/CopilotChat.nvim",
81+
opts = {
82+
model = "claude-3.7-sonnet-thought",
83+
},
84+
},
7985
{ import = "astrocommunity.editing-support.neogen" },
8086
{ import = "astrocommunity.editing-support.nvim-context-vt" },
8187
{ import = "astrocommunity.editing-support.nvim-devdocs" },

0 commit comments

Comments
 (0)