mirror of
https://github.com/GoogleCloudPlatform/vertex-ai-samples.git
synced 2026-09-26 14:42:04 +00:00
fix: correct a typo in error message (#4577)
This commit is contained in:
@@ -348,7 +348,7 @@
|
||||
" \"gemini-embedding-001\",\n",
|
||||
" \"text-multilingual-embedding-002\",\n",
|
||||
"]:\n",
|
||||
" raise ValueError(f\"OUTPUT_DIMENTIONALITY cannot be specified for model '{MODEL}'.\")\n",
|
||||
" raise ValueError(f\"OUTPUT_DIMENSIONALITY cannot be specified for model '{MODEL}'.\")\n",
|
||||
"if TASK in [\"QUESTION_ANSWERING\", \"FACT_VERIFICATION\"] and MODEL not in [\n",
|
||||
" \"text-embedding-005\",\n",
|
||||
" \"text-embedding-004\",\n",
|
||||
|
||||
Reference in New Issue
Block a user