mirror of
https://github.com/hwchase17/langchain
synced 2024-11-18 09:25:54 +00:00
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:
parent
7ea80bcb22
commit
cc3c343673
@ -347,7 +347,7 @@
|
|||||||
"from langchain_core.messages import HumanMessage\n",
|
"from langchain_core.messages import HumanMessage\n",
|
||||||
"from langchain_google_vertexai import ChatVertexAI\n",
|
"from langchain_google_vertexai import ChatVertexAI\n",
|
||||||
"\n",
|
"\n",
|
||||||
"llm = ChatVertexAI(model_name=\"gemini-ultra-vision\")\n",
|
"llm = ChatVertexAI(model_name=\"gemini-pro-vision\")\n",
|
||||||
"\n",
|
"\n",
|
||||||
"image_message = {\n",
|
"image_message = {\n",
|
||||||
" \"type\": \"image_url\",\n",
|
" \"type\": \"image_url\",\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user