zeno-ml / zeno-build

Build, evaluate, understand, and fix LLM-based apps
MIT License
482 stars 33 forks source link

OpenAI completion fix #185

Closed lindiatjuatja closed 12 months ago

lindiatjuatja commented 12 months ago

Description

Fix minor bug in openai_utils.py to get text from completion object (was previously using format of the chat completion object).

neubig commented 12 months ago

Thank you!