Find answers from the community

Updated 3 months ago

Gpt-4o

Can we use query engine with GPT-4o yet
L
D
5 comments
It's been supported since day 0
pip install -U llama-index-llms-openai
Plain Text
from llama_index.llms.openai import OpenAI

llm = OpenAI(model="gpt-4o")
way faster than I expected
Add a reply
Sign up and join the conversation on Discord