#help to ChatCompletion
26 messages · Page 1 of 1 (latest)
Upgrade your openai to latest version
pip install openai --upgrade
I already did it! I have version 0.27.2 @mossy moat
your python version?
I'm sorry, I don't remember, tell me which one you need.
Run python -V
in your system
if you are on windows run py -V
python -V
Are you using any virtual environment
No
you just want to call "openai.Completion.create()"
https://platform.openai.com/docs/api-reference/chat
This might help
An API for accessing new AI models developed by OpenAI
i want gpt-3.5-turbo
when you run "pip install openai --upgrade" do you get any error messages?
you're calling chatcompletion, which should be in there. so it's likely that the openai api didn't update correctly on your machine
did
Get
I have MacOS, can you recommend something?