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"}], ) ```