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
- Fix memory challenge 2 (#71) — committed to Say383/Auto-GPT by waynehamadi a year ago
Fixed! https://github.com/Torantulino/Auto-GPT/commit/51e293f64cf17efbbba18965037a8004387945a6
Now use the argument
To run AutoGPT without GPT4 access!
I’m also seeing the same error, despite the new “GPT3.5 Only Mode”.
Note,
scripts/token_counter.pyuses hard-coded values formodel. Maybe update allmodelmentions using environment variables:SMART_LLM_MODELandFAST_LLM_MODEL?I’d rather just use a local copy of gpt4all
What is your experience with gpt4all?