Juan Vasquez
Results
1
comments of
Juan Vasquez
I was able to fix it by updating the openai lib. pip install --upgrade openai. Then you can try this: ``` import openai completion = openai.ChatCompletion.create( model="gpt-3.5-turbo", messages=[{"role": "user", "content":...