Slowly-Grokking

Results 24 comments of Slowly-Grokking

> Has anyone got this to work with local memory? Im still having issues. From my understanding, auto-gpt.json gets wiped when autogpt starts. I believe in order to have a...

> It still doesn't work because autogpt cannot be imported. > Or is that another issue? I just made a PR for this if want to test it out. https://github.com/Significant-Gravitas/Auto-GPT/pull/1608...

Move the Auto-GPT/autogpt/data_ingestion.py file into the base Auto-GPT folder. `Auto-GPT/data_ingestion.py` is where it should be. PR here https://github.com/Significant-Gravitas/Auto-GPT/pull/1679

@kala-here you're having different issue. This particular one is about about people running data_ingestion.py >$ python autogpt/data_ingestion.py Traceback (most recent call last): File "E:\anc\Auto-GPT\autogpt\data_ingestion.py", line 4, in from autogpt.config import...

https://github.com/Torantulino/Auto-GPT/pull/992 is data_ingestion.py is broken now File "D:\Auto-GPT\autogpt\data_ingestion.py", line 4, in from autogpt.config import Config ModuleNotFoundError: No module named 'autogpt'

move data_ingestion.py from Auto-Gpt/autogpt/data_ingestion.py to Auto-GPT/data_ingestion.py 'python data_ingestion.py --dir . --init --overlap 200 --max_length 1000' to ingest everything in the auto_gpt_workspace https://github.com/Significant-Gravitas/Auto-GPT/pull/1679

lol, yeah i just ran into it trying to use nano as well. I forced nano to quit, and was able to resume though.

> I don't understand how auto-GPT is not able to write in or create a file, seems to me it's doing that all the time, i mean it's succesfully creating...

Duplicate: https://github.com/Torantulino/Auto-GPT/issues/21