Skip to content
Snippets Groups Projects
Unverified Commit 0c0387e3 authored by Haotian Zhang's avatar Haotian Zhang Committed by GitHub
Browse files

add Gemini Ultra for MM (#10463)

add Gemini Ultra
parent 703c3466
Branches
Tags
No related merge requests found
......@@ -38,7 +38,10 @@ except ImportError:
pass
# This lists the multi-modal models - see also llms.gemini for text models.
GEMINI_MM_MODELS = ("models/gemini-pro-vision",)
GEMINI_MM_MODELS = (
"models/gemini-pro-vision",
"models/gemini-ultra-vision",
)
class GeminiMultiModal(MultiModalLLM):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment