Skip to content

Commit ead4b5b

Browse files
authored
Make Gemini 2.5 pro default; sonnet is now experimental (#169)
1 parent f23e153 commit ead4b5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/src/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ export const getModelForMode = (
115115
if (operation === 'agent') {
116116
return {
117117
lite: models.gemini2_5_flash,
118-
normal: models.sonnet,
119-
max: models.sonnet,
120-
experimental: models.gemini2_5_pro_preview,
118+
normal: models.gemini2_5_pro_preview,
119+
max: models.gemini2_5_pro_preview,
120+
experimental: models.sonnet,
121121
ask: models.gemini2_5_pro_preview,
122122
}[costMode]
123123
}

0 commit comments

Comments
 (0)