AutoGPT: The model: `gpt-4` does not exist

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 exist

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 15 (6 by maintainers)

Commits related to this issue

Most upvoted comments

Fixed! https://github.com/Torantulino/Auto-GPT/commit/51e293f64cf17efbbba18965037a8004387945a6

Now use the argument

--gpt3only

To run AutoGPT without GPT4 access!

I’m also seeing the same error, despite the new “GPT3.5 Only Mode”.

Note, scripts/token_counter.py uses hard-coded values for model. Maybe update all model mentions using environment variables: SMART_LLM_MODEL and FAST_LLM_MODEL?

I’d rather just use a local copy of gpt4all

What is your experience with gpt4all?