llm-examples
llm-examples copied to clipboard
app_test.py fails with openai 1.6 but works for 1.7.
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.