Skip to content

Commit f82d537

Browse files
authored
Merge pull request #480 from miurla/feature/add-gemini-2.5-pro
Add Gemini 2.5 Pro (Experimental) model
2 parents df1e2ce + ce67a84 commit f82d537

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ This will allow you to use Morphic as your default search engine in the browser.
203203
- gpt-4-turbo
204204
- gpt-3.5-turbo
205205
- Google
206-
- Gemini 2.0 Pro (Experimental)
206+
- Gemini 2.5 Pro (Experimental)
207207
- Gemini 2.0 Flash Thinking (Experimental)
208208
- Gemini 2.0 Flash
209209
- Anthropic

lib/config/default-models.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@
6565
"toolCallType": "manual"
6666
},
6767
{
68-
"id": "gemini-2.0-pro-exp-02-05",
69-
"name": "Gemini 2.0 Pro (Exp)",
68+
"id": "gemini-2.0-flash-thinking-exp-01-21",
69+
"name": "Gemini 2.0 Flash Thinking (Exp)",
7070
"provider": "Google Generative AI",
7171
"providerId": "google",
7272
"enabled": true,
7373
"toolCallType": "manual",
7474
"toolCallModel": "gemini-2.0-flash"
7575
},
7676
{
77-
"id": "gemini-2.0-flash-thinking-exp-01-21",
78-
"name": "Gemini 2.0 Flash Thinking (Exp)",
77+
"id": "gemini-2.5-pro-exp-03-25",
78+
"name": "Gemini 2.5 Pro (Exp)",
7979
"provider": "Google Generative AI",
8080
"providerId": "google",
8181
"enabled": true,

public/config/models.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@
6565
"toolCallType": "manual"
6666
},
6767
{
68-
"id": "gemini-2.0-pro-exp-02-05",
69-
"name": "Gemini 2.0 Pro (Exp)",
68+
"id": "gemini-2.0-flash-thinking-exp-01-21",
69+
"name": "Gemini 2.0 Flash Thinking (Exp)",
7070
"provider": "Google Generative AI",
7171
"providerId": "google",
7272
"enabled": true,
7373
"toolCallType": "manual",
7474
"toolCallModel": "gemini-2.0-flash"
7575
},
7676
{
77-
"id": "gemini-2.0-flash-thinking-exp-01-21",
78-
"name": "Gemini 2.0 Flash Thinking (Exp)",
77+
"id": "gemini-2.5-pro-exp-03-25",
78+
"name": "Gemini 2.5 Pro (Exp)",
7979
"provider": "Google Generative AI",
8080
"providerId": "google",
8181
"enabled": true,

0 commit comments

Comments
 (0)