Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vertexai/_genai/_evals_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ def _run_inference_internal(
# Unsupported model string
raise TypeError(
f"Unsupported string model name: {model}. Expecting a Gemini model"
" name (e.g., 'gemini-1.5-pro', 'projects/.../models/...') or a"
" name (e.g., 'gemini-2.5-pro', 'projects/.../models/...') or a"
" LiteLLM supported model name (e.g., 'openai/gpt-4o')."
" If using a third-party model via LiteLLM, ensure the"
" necessary environment variables are set (e.g., for OpenAI:"
Expand Down
Loading