docs: changed model's name in google-vertex-ai integration to a publicly available model (#20482)

docs: changed model's name in google-vertex-ai integration to a publicly
available model
This commit is contained in:
Leonid Kuligin 2024-04-15 21:18:27 +02:00 committed by GitHub
parent 7ea80bcb22
commit cc3c343673
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -347,7 +347,7 @@
"from langchain_core.messages import HumanMessage\n",
"from langchain_google_vertexai import ChatVertexAI\n",
"\n",
"llm = ChatVertexAI(model_name=\"gemini-ultra-vision\")\n",
"llm = ChatVertexAI(model_name=\"gemini-pro-vision\")\n",
"\n",
"image_message = {\n",
" \"type\": \"image_url\",\n",