From 28ab8fdcccae5ece69b3addf6e41e22e3042f6ac Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 26 Mar 2025 14:08:19 -0700 Subject: [PATCH] docs vertex ft model --- docs/my-website/docs/providers/vertex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/providers/vertex.md b/docs/my-website/docs/providers/vertex.md index 15c30d1222..38c18c7ad8 100644 --- a/docs/my-website/docs/providers/vertex.md +++ b/docs/my-website/docs/providers/vertex.md @@ -1403,7 +1403,7 @@ os.environ["VERTEXAI_PROJECT"] = "hardy-device-38811" os.environ["VERTEXAI_LOCATION"] = "us-central1" response = litellm.completion( - model="vertex_ai/gemini/", # e.g. vertex_ai/4965075652664360960 + model="vertex_ai/gemini/", # e.g. vertex_ai/gemini/4965075652664360960 messages=[{ "content": "Hello, how are you?","role": "user"}], ) ```