We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81a91da + 58c7be6 commit 567c6a8Copy full SHA for 567c6a8
src/lib/providers/gemini.ts
@@ -14,16 +14,12 @@ import { Embeddings } from '@langchain/core/embeddings';
14
15
const geminiChatModels: Record<string, string>[] = [
16
{
17
- displayName: 'Gemini 2.5 Flash Preview 05-20',
18
- key: 'gemini-2.5-flash-preview-05-20',
+ displayName: 'Gemini 2.5 Flash',
+ key: 'gemini-2.5-flash',
19
},
20
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
+ displayName: 'Gemini 2.5 Pro',
+ key: 'gemini-2.5-pro',
27
28
29
displayName: 'Gemini 2.0 Flash',
0 commit comments