tomitokko / django-chatbot

88 stars 73 forks source link

model gpt-4 does not exist #2

Open enzedonline opened 1 year ago

enzedonline commented 1 year ago

Thanks for the video, very informative!

Seems to be an error in the views.ask_openai()

openai.error.InvalidRequestError: The model: gpt-4 does not exist

model="gpt-3.5-turbo" works fine

There's no gpt-4 in the playground model options either, as there is in your video. Perhaps it's been withdrawn for now?

image