Skip to content

Commit

Permalink
add Gemini Ultra for MM (run-llama#10463)
Browse files Browse the repository at this point in the history
add Gemini Ultra
  • Loading branch information
hatianzhang authored Feb 5, 2024
1 parent 703c346 commit 0c0387e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion llama_index/multi_modal_llms/gemini.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
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):
Expand Down

0 comments on commit 0c0387e

Please sign in to comment.