We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e6346 commit 31943dbCopy full SHA for 31943db
1 file changed
vertexai/_genai/_evals_common.py
@@ -838,7 +838,7 @@ def _run_inference_internal(
838
# Unsupported model string
839
raise TypeError(
840
f"Unsupported string model name: {model}. Expecting a Gemini model"
841
- " name (e.g., 'gemini-1.5-pro', 'projects/.../models/...') or a"
+ " name (e.g., 'gemini-2.5-pro', 'projects/.../models/...') or a"
842
" LiteLLM supported model name (e.g., 'openai/gpt-4o')."
843
" If using a third-party model via LiteLLM, ensure the"
844
" necessary environment variables are set (e.g., for OpenAI:"
0 commit comments