mckaywrigley / chatbot-ui

Come join the best place on the internet to learn AI skills. Use code "chatbotui" for an extra 20% off.
https://JoinTakeoff.com
MIT License
28.34k stars 7.88k forks source link

The model: `gpt-4` does not exist #722

Closed GorillaDaddy closed 8 months ago

GorillaDaddy commented 1 year ago

Hi, getting this error, despite not having access to gpt-4 now. Default chatgpt3.5-turbo

event - compiled successfully in 45 ms (53 modules) [OpenAIError: The model: gpt-4 does not exist] { name: 'OpenAIError', type: 'invalid_request_error', param: null, code: 'model_not_found' }

adamshand commented 1 year ago

This probably means that your OpenAI account doesn't yet have access to the GPT-4 model.

niks15 commented 1 year ago

yes, but it should be able to use the default gpt-3.5-turbo correct? I'm facing the same issue, can't run any queries locally

GorillaDaddy commented 1 year ago

Yes, I dropped using it. But it seems to be a bug in that every openAI request is sent as GPT4. This despite setting the model to gpt3.5turbo. This is congruent with the complaints of the high cost.