-
Notifications
You must be signed in to change notification settings - Fork 44.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The model: gpt-4
does not exist
#71
Comments
You have to have API access to it specifically, otherwise you probably ought replace any gpt-4 call with gpt-3.5-turbo. It's way cheaper anyways! |
where do i do it, where to make the update to gpt-3.5-turbo? |
Give me 5 mins. |
Fixed! 51e293f Now use the argument
To run AutoGPT without GPT4 access! |
If you're not an insider or openai sycophant, you've got to pay for early openai api access (plugins or gpt-4) |
I have the API key, have inserted it into my .env file and I still get this error. I tried both with and without quotes surrounding it. "Last used" on my OpenAI keys page says "Never". In fact, even if I provide the --gpt3only argument, I still get this error message. |
I'm also seeing the same error, despite the new "GPT3.5 Only Mode". Note, |
Im having this issue alot. Every time it tries to evaluate code it tries to use gpt 4 and the error message. Does updating the model mentions those enviroment variables fix the issue? |
I'm having this issue but have a paid gpt-4 account. I want it to use gpt-4. |
you have beta access to GPT4 API? ChatGPT Plus for $20/month doesn't work for this right now. |
Not the beta, I have the $20/month one. So I should only use gpt-3 then? |
yeah, use the --gpt3only |
I'd rather just use a local copy of gpt4all |
What is your experience with gpt4all? |
closing this |
I get the following error:
File "C:\Users\PranavTej\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\openai\api_requestor.py", line 679, in _interpret_response_line
raise self.handle_error_response(
openai.error.InvalidRequestError: The model:
gpt-4
does not existThe text was updated successfully, but these errors were encountered: