Skip to content

Commit 84f6ecb

Browse files
authored
Update mod.json
1 parent bbcf35a commit 84f6ecb

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

mod.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
"description": "Google Gemini model to use when AI Provider is set to 'gemini'",
7777
"default": "gemini-flash-latest",
7878
"one-of": [
79-
"gemini-flash-latest",
80-
"gemini-pro-latest"
79+
"gemini-2.5-flash",
80+
"gemini-2.5-pro"
8181
]
8282
},
8383
"gemini-api-key": {
@@ -119,8 +119,7 @@
119119
"default": "gpt-4o",
120120
"one-of": [
121121
"gpt-4o",
122-
"gpt-4.1-mini",
123-
"o1-mini"
122+
"gpt-4.1-mini"
124123
]
125124
},
126125
"openai-api-key": {

0 commit comments

Comments
 (0)