Find answers from the community

Updated 6 months ago

Gpt-4o

At a glance

The community members discuss the use of a query engine with GPT-4o. One community member confirms that it has been supported since the beginning. Another community member provides a pip command to install the necessary library, and a code snippet to set up the OpenAI language model with GPT-4o. The other community members express appreciation and note that the process is faster than expected.

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