Skip to content

Commit 07f3a73

Browse files
committed
fix(copilot-chat): Update models
1 parent 3e59acd commit 07f3a73

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.env.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
BLINK_FUZZY_IMPLEMENTATION=
22
COPILOT_DISABLE_SUGGESTIONS=false
3-
COPILOT_MODEL_ARCHITECT=o1 # reasoning, small context
4-
COPILOT_MODEL_CHEAP=gpt-4.1 # quick/low-cost tasks
5-
COPILOT_MODEL_CODEGEN=claude-3.7-sonnet # generation, big context
6-
COPILOT_MODEL_REASON=gpt-4o # reasoning, big context
3+
COPILOT_MODEL_ARCHITECT=gpt-5 # reasoning, small context
4+
COPILOT_MODEL_CHEAP=gemini-2.0-flash-001 # quick/low-cost tasks
5+
COPILOT_MODEL_CODEGEN=claude-sonnet-4 # generation, big context
6+
COPILOT_MODEL_REASON=gpt-5 # reasoning, big context
77
COPILOT_PROXY=
88
FORMAT_ON_SAVE=true
99
IS_WORK=false

0 commit comments

Comments
 (0)