From cc3c343673703c6949164d7966ca2bea1a2ac3a7 Mon Sep 17 00:00:00 2001 From: Leonid Kuligin Date: Mon, 15 Apr 2024 21:18:27 +0200 Subject: [PATCH] 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 --- docs/docs/integrations/llms/google_vertex_ai_palm.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/llms/google_vertex_ai_palm.ipynb b/docs/docs/integrations/llms/google_vertex_ai_palm.ipynb index 4f53a75c92..425b5bb3f5 100644 --- a/docs/docs/integrations/llms/google_vertex_ai_palm.ipynb +++ b/docs/docs/integrations/llms/google_vertex_ai_palm.ipynb @@ -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",