Find answers from the community

Updated 3 months ago

Is there a way to use gpt-4o with

Is there a way to use gpt-4o with OpenAIMultiModal - I've updated llama-index-llms-openai to the latest version but that doesn't seem to help
W
m
L
4 comments
Are you facing any issue ?
Do you mind sharing the code that you are trying with ?
this is the code snippet:

llm = OpenAIMultiModal(
model="gpt-4o",
max_tokens=4096,
temperature=0.0,
)

This is the error that I am getting:
Attachment
Screenshot_2024-05-30_at_16.24.43.png
pip install -U llama-index-multi-modal-llms-openai
poetry add llama-index-multi-modal-llms-openai@0.1.6
worked for me - thanks!
Add a reply
Sign up and join the conversation on Discord