openai_concurrent.py still calls openai.ChatCompletion.create(...) which only existed in openai < v1.0 This is outdated now and causes all evals to go into the error output file. Need to migrate codebase to newer openai client
openai_concurrent.py still calls openai.ChatCompletion.create(...) which only existed in openai < v1.0
This is outdated now and causes all evals to go into the error output file. Need to migrate codebase to newer openai client