Significant-Gravitas / AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
https://agpt.co
Other
168.08k stars 44.35k forks source link

when launching with docker: The file 'AutoGpt.json' does not exist. #2463

Closed OracleToes closed 1 year ago

OracleToes commented 1 year ago

⚠️ Search for existing issues first ⚠️

Which Operating System are you using?

Docker

GPT-3 or GPT-4?

GPT-3.5

Steps to reproduce 🕹

clone the github repo build the docker launch the docker get the error that autogpt.json is not there

Current behavior 😯

I have cloned the github repo and confirmed that autogpt works without the use of docker, but I cannot get python code to execute. So I have built a docker image and I get the error: Warning: The file 'AutoGpt.json' does not exist. Local memory would not be saved to a file.

I am using a paid openAI account, and I do not have this issue when launching autoGPT with python.

Expected behavior 🤔

When launching autoGPT via the docker, I do not to expect to see any errors notifying me that local memory will not be saved to a file.

Your prompt 📝

# Paste your prompt here

Your Logs 📒

<insert your logs here>
OracleToes commented 1 year ago

I feel like it's worth mentioning that any files present in the auto_gpt_workspace folder do not appear in the docker container. The command I am using to launch the container is this: docker run -it --env-file=./.env -v $PWD/auto_gpt_workspace:/app/auto_gpt_workspace autogpt --gpt3only I have some files present in the auto_gpt_workspace folder and I am expecting them to show up in the docker container.

NBERGERON commented 1 year ago

In the .env file - the MEMORY_INDEX is stated once again at the bottom of the ### WEAVIATE section. Comment that out.

github-actions[bot] commented 1 year ago

This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days.

github-actions[bot] commented 1 year ago

This issue was closed automatically because it has been stale for 10 days with no activity.