AttributeError: ‘Config’ object has no attribute ‘debug’ when running AutoGPT #812
Unanswered
sankara2510
asked this question in
Q&A
Replies: 2 comments 1 reply
-
check #803 |
Beta Was this translation helpful? Give feedback.
0 replies
-
The correct attribute of the Config class is debug_mode. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I’m trying to run AutoGPT github repo locally and I get this error:
Using memory of type: LocalCache Traceback (most recent call last): File “C:\Users\xxxx\Downloads\Auto-GPT-master\scripts\main.py”, line 321, in assistant_reply = chat.chat_with_ai( File “C:\Users\xxxx\Downloads\Auto-GPT-master\scripts\chat.py”, line 67, in chat_with_ai if cfg.debug: AttributeError: ‘Config’ object has no attribute ‘debug’
I followed the instructions in the README file. However, it still gives me this error.
I’m using Windows 11 and running it on VSCode
Can you please help me fix this error? Is there something I’m missing or doing wrong?
Thank you for your time and attention.
Beta Was this translation helpful? Give feedback.
All reactions