You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using memory of type: LocalCache
Traceback (most recent call last):
File "C:\Users\Matheus\Auto-GPT\scripts\main.py", line 321, in
assistant_reply = chat.chat_with_ai(
^^^^^^^^^^^^^^^^^^^
File "C:\Users\Matheus\Auto-GPT\scripts\chat.py", line 67, in chat_with_ai
if cfg.debug:
^^^^^^^^^
AttributeError: 'Config' object has no attribute 'debug'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Someone help me, I found this error:
Using memory of type: LocalCache
Traceback (most recent call last):
File "C:\Users\Matheus\Auto-GPT\scripts\main.py", line 321, in
assistant_reply = chat.chat_with_ai(
^^^^^^^^^^^^^^^^^^^
File "C:\Users\Matheus\Auto-GPT\scripts\chat.py", line 67, in chat_with_ai
if cfg.debug:
^^^^^^^^^
AttributeError: 'Config' object has no attribute 'debug'
Beta Was this translation helpful? Give feedback.
All reactions