1 parent 3e59acd commit 07f3a73Copy full SHA for 07f3a73
1 file changed
.env.template
@@ -1,9 +1,9 @@
1
BLINK_FUZZY_IMPLEMENTATION=
2
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
+COPILOT_MODEL_ARCHITECT=gpt-5 # reasoning, small context
+COPILOT_MODEL_CHEAP=gemini-2.0-flash-001 # quick/low-cost tasks
+COPILOT_MODEL_CODEGEN=claude-sonnet-4 # generation, big context
+COPILOT_MODEL_REASON=gpt-5 # reasoning, big context
7
COPILOT_PROXY=
8
FORMAT_ON_SAVE=true
9
IS_WORK=false
0 commit comments