streamlit / llm-examples

Streamlit LLM app examples for getting started
https://streamlit.io/generative-ai
Apache License 2.0
613 stars 1.31k forks source link

app_test.py fails with openai 1.6 but works for 1.7. #34

Open romilly opened 9 months ago

romilly commented 9 months ago

OpenAI V 1.6 required logprobs=None in the Choice constructor, but 1.7 removed that requirement and app_test,py then works unchanged.

Setting openai>=1.7 in requirements.txt fixes the issue.