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
pull/20078/head^2
Leonid Kuligin 6 months ago committed by GitHub
parent 7ea80bcb22
commit cc3c343673
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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",

Loading…
Cancel
Save