Replies: 2 comments 2 replies
-
Having the same issue, not sure yet why... |
Beta Was this translation helpful? Give feedback.
-
After I run in debug state, The following information appears: |
Beta Was this translation helpful? Give feedback.
-
Traceback (most recent call last):
File "D:\anaconda\lib\runpy.py", line 197, in run_module_as_main
return run_code(code, main_globals, None,
File "D:\anaconda\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "D:\autogpt\Auto-GPT\autogpt_main.py", line 572, in
main()
File "D:\autogpt\Auto-GPT\autogpt_main.py", line 396, in main
agent.start_interaction_loop()
File "D:\autogpt\Auto-GPT\autogpt_main.py", line 448, in start_interaction_loop
assistant_reply = chat.chat_with_ai(
File "D:\autogpt\Auto-GPT\autogpt\chat.py", line 159, in chat_with_ai
assistant_reply = create_chat_completion(
File "D:\autogpt\Auto-GPT\autogpt\llm_utils.py", line 67, in create_chat_completion
raise RuntimeError("Failed to get response after 5 retries")
RuntimeError: Failed to get response after 5 retries
Beta Was this translation helpful? Give feedback.
All reactions