Update Gemini 2.5 Models
This commit is contained in:
parent
341aae4587
commit
58c7be6e95
1 changed files with 4 additions and 8 deletions
|
|
@ -14,16 +14,12 @@ import { Embeddings } from '@langchain/core/embeddings';
|
||||||
|
|
||||||
const geminiChatModels: Record<string, string>[] = [
|
const geminiChatModels: Record<string, string>[] = [
|
||||||
{
|
{
|
||||||
displayName: 'Gemini 2.5 Flash Preview 05-20',
|
displayName: 'Gemini 2.5 Flash',
|
||||||
key: 'gemini-2.5-flash-preview-05-20',
|
key: 'gemini-2.5-flash',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Gemini 2.5 Pro Preview',
|
displayName: 'Gemini 2.5 Pro',
|
||||||
key: 'gemini-2.5-pro-preview-05-06',
|
key: 'gemini-2.5-pro',
|
||||||
},
|
|
||||||
{
|
|
||||||
displayName: 'Gemini 2.5 Pro Experimental',
|
|
||||||
key: 'gemini-2.5-pro-preview-05-06',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Gemini 2.0 Flash',
|
displayName: 'Gemini 2.0 Flash',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue