Find answers from the community

Updated 3 months ago

Outputs

So is llama index capable of handling open ai update with structured output? https://openai.com/index/introducing-structured-outputs-in-the-api/
L
c
2 comments
Yea

pip install -U llama-index-llms-openai

llm = OpenAI(..., strict=True)
Hot damn, thanks @Logan M !
Add a reply
Sign up and join the conversation on Discord