mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Chore/Update langchain version, openai, mistral, vertex, anthropic (#2180)
* update langchain version, openai, mistral, vertex, anthropic, introduced toolagent * upgrade @google/generative-ai 0.7.0, replicate and faiss-node * update cohere ver * adding chatCohere to streaming * update gemini to have image upload * update google genai, remove aiplugin
This commit is contained in:
@@ -308,6 +308,10 @@
|
||||
{
|
||||
"label": "gemini-pro",
|
||||
"name": "gemini-pro"
|
||||
},
|
||||
{
|
||||
"label": "gemini-pro-vision",
|
||||
"name": "gemini-pro-vision"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -323,6 +327,18 @@
|
||||
{
|
||||
"name": "chatGoogleVertexAI",
|
||||
"models": [
|
||||
{
|
||||
"label": "gemini-1.5-pro",
|
||||
"name": "gemini-1.5-pro"
|
||||
},
|
||||
{
|
||||
"label": "gemini-1.0-pro",
|
||||
"name": "gemini-1.0-pro"
|
||||
},
|
||||
{
|
||||
"label": "gemini-1.0-pro-vision",
|
||||
"name": "gemini-1.0-pro-vision"
|
||||
},
|
||||
{
|
||||
"label": "chat-bison",
|
||||
"name": "chat-bison"
|
||||
|
||||
Reference in New Issue
Block a user