Skip to content

Commit 567c6a8

Browse files
committed
Merge branch 'pr/831'
2 parents 81a91da + 58c7be6 commit 567c6a8

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/lib/providers/gemini.ts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,12 @@ import { Embeddings } from '@langchain/core/embeddings';
1414

1515
const geminiChatModels: Record<string, string>[] = [
1616
{
17-
displayName: 'Gemini 2.5 Flash Preview 05-20',
18-
key: 'gemini-2.5-flash-preview-05-20',
17+
displayName: 'Gemini 2.5 Flash',
18+
key: 'gemini-2.5-flash',
1919
},
2020
{
21-
displayName: 'Gemini 2.5 Pro Preview',
22-
key: 'gemini-2.5-pro-preview-05-06',
23-
},
24-
{
25-
displayName: 'Gemini 2.5 Pro Experimental',
26-
key: 'gemini-2.5-pro-preview-05-06',
21+
displayName: 'Gemini 2.5 Pro',
22+
key: 'gemini-2.5-pro',
2723
},
2824
{
2925
displayName: 'Gemini 2.0 Flash',

0 commit comments

Comments
 (0)