File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ import { BaseChatModel } from '@langchain/core/language_models/chat_models';
88import { Embeddings } from '@langchain/core/embeddings' ;
99
1010const geminiChatModels : Record < string , string > [ ] = [
11+ {
12+ displayName : 'Gemini 2.5 Pro Experimental' ,
13+ key : 'gemini-2.5-pro-exp-03-25' ,
14+ } ,
1115 {
1216 displayName : 'Gemini 2.0 Flash' ,
1317 key : 'gemini-2.0-flash' ,
@@ -17,8 +21,8 @@ const geminiChatModels: Record<string, string>[] = [
1721 key : 'gemini-2.0-flash-lite' ,
1822 } ,
1923 {
20- displayName : 'Gemini 2.0 Pro Experimental' ,
21- key : 'gemini-2.0-pro- exp-02-05 ' ,
24+ displayName : 'Gemini 2.0 Flash Thinking Experimental' ,
25+ key : 'gemini-2.0-flash-thinking- exp-01-21 ' ,
2226 } ,
2327 {
2428 displayName : 'Gemini 1.5 Flash' ,
You can’t perform that action at this time.
0 commit comments