Questions tagged [autogpt]

This tag is for all AutoGPT related questions and should only be used if you have aquestion related to or all about the Topic "AutoGPT"

20 questions
0
votes
1 answer

AutoGPT runtime error - unable to import main

I am unable to run the main.py, I get the following error: X:\Auto-GPT>python main.py --speak Traceback (most recent call last): File "X:\Auto-GPT\main.py", line 1, in from autogpt import main ImportError: cannot import name 'main'…
zeal78
  • 11
  • 1
0
votes
0 answers

Auto-GTP was not able to connect to a simple FTP, it never managed to use the credentials, even though I indicated them

Auto-GTP was not able to connect to a simple FTP, it never managed to use the credentials, even though I indicated them. Has anyone managed to replicate something similar? read ftp with auto-gtp
0
votes
1 answer

Run AutoGPT in Google Colab. Chrome not reachable

I want to run AutoGPT in Colab but fail with System: Command browse_website returned: Error: Message: unknown error: Chrome failed to start: exited abnormally. (chrome not reachable) (The process started from chrome location…
Tobi
  • 1,702
  • 2
  • 23
  • 42
-2
votes
0 answers

How can I use AutoGPT with multi threads or anything that manage multi requests?

I am engaging a project that through uploading autogpt to web server, when users request to the server, autogpt makes a result and flask api returns it as responses to each users. so I want to mange multi user's request to autogpt in flask server I…
1
2