AutoGPT: Warning: The file 'auto-gpt.json' does not exist. Local memory would not be saved to a file.

Duplicates

  • I have searched the existing issues

Steps to reproduce 🕹

No response

Current behavior 😯

Warning: The file ‘auto-gpt.json’ does not exist. Local memory would not be saved to a file. Using memory of type: LocalCache Think…

Expected behavior 🤔

Could you tell me what the problem is? Where is auto-gpt.json?

Your prompt 📝

# Paste your prompt here

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Reactions: 13
  • Comments: 38 (4 by maintainers)

Most upvoted comments

I faced the same issue and ChatGPT solved it for me.

Create the missing file: If the ‘auto-gpt.json’ file is supposed to exist in your project directory, you can simply create a new file with this name. This can be done using a text editor or by running a command in your terminal/command prompt (e.g., touch auto-gpt.json on Unix-based systems or echo.> auto-gpt.json on Windows).

from the tests files ,and come to integration file.create the file . and the problem is solved.

It produced an error when I made an empty file. Instead, it must contain ‘{}’ inside it. That solves the problem.

Looks like this is fixed now, just take latest and it should go away.

Looks like this is fixed now, just take latest and it should go away.

Still having the same issue after downloading the latest 😦

from the tests files ,and come to integration file.create the file . and the problem is solved.

I tried creating the auto-gpt.json file everywhere in the folder and still get the same error

Warning: The file ‘auto-gpt.json’ does not exist. Local memory would not be saved to a file.

How?

Just to say I have the same issue, running latest pull from master (yesterday), notes:

  • The error message is “Warning: The file ‘AutoGpt.json’ does not exist”, I notice the caps
  • I have added blank files (on Mac) to root directory, scripts, and autogpt
  • I have added both auto-gpt.json and AutoGpt.json in case it should be the same format as the error
  • I am running on Mac M1 using Docker

Don’t seem to be able to get rid of the error

+1