Skip to content

Commit 5f105cf

Browse files
azdanovdeathbeam
authored andcommitted
feat: switch to new default model gpt-4.1
1 parent 7565325 commit 5f105cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/CopilotChat/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ return {
6161

6262
system_prompt = 'COPILOT_INSTRUCTIONS', -- System prompt to use (can be specified manually in prompt via /).
6363

64-
model = 'gpt-4o', -- Default model to use, see ':CopilotChatModels' for available models (can be specified manually in prompt via $).
64+
model = 'gpt-4.1', -- Default model to use, see ':CopilotChatModels' for available models (can be specified manually in prompt via $).
6565
agent = 'none', -- Default agent to use, see ':CopilotChatAgents' for available agents (can be specified manually in prompt via @).
6666
context = nil, -- Default context or array of contexts to use (can be specified manually in prompt via #).
6767
sticky = nil, -- Default sticky prompt or array of sticky prompts to use at start of every new chat.

0 commit comments

Comments
 (0)