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
3
votes
0 answers

Command browse_website returned: Error: chromedriver unexpectedly exited. Status code was: 255. Auto-GPT

Getting this error when running Auto-GPT. It is trying to access chromium from docker. $ docker-compose run auto-gpt ... SYSTEM: Command browse_website returned: Error: Message: Service …
jboxxx
  • 707
  • 10
  • 19
1
vote
0 answers

AutoGPT install: AttributeError: 'TTSHandler' object has no attribute 'level'

I am trying to install autogpt on my Mac (python 3.10, pip) and get this "AttributeError" problem, here is the terminal output. I don't know much about Python, please help, many thanks! 2023-08-30 16:53:35,439 WARNING You are running on `master`…
Sharron X
  • 11
  • 3
1
vote
0 answers

Error Encountered: Chrome Binary Not Found When Running Auto-GPT in Google Colab

I'm encountering an issue while running Auto-GPT in Google Colab. The error message is as follows: NEXT ACTION: COMMAND = browse_website ARGUMENTS = {'url': …
1
vote
0 answers

How to provide credentials, third party API keys, etc, to an Auto-GPT session?

I'm experimenting with getting Auto-GPT to perform various tasks, one of which was to plot a road driving route with several "via" waypoints. This is fairly easy to do in Google Maps so I wanted to see how the AI would handle it. It started well…
Pyromancer
  • 123
  • 2
  • 9
1
vote
1 answer

How to change goals after setting up Auto-GPT

I have set up Auto-GPT in my system with the goals below. 1 Grow my linkedin account 2 Look for new innovative linkedin post ideas for AI technology 3 Prepare post on that idea 4 Write that post in the file 5 Shutdown Auto GPT is not producing the…
0
votes
0 answers

"no module named 'dotenv'" in when trying to set up autogpt

When im trying to set up auto gpt like this: PS C:\Users\******\Downloads\Auto-GPT-master> python3 c:\Users\******\Downloads\Auto-GPT-master\Auto-GPT-master\main.py This error appears: Traceback (most recent call last): File…
0
votes
0 answers

I tried to run AutoGPT but Chrome failed to start

Whenever it starts browsing, it gives this error: SYSTEM: Command browse_website returned: Error: unknown error: Chrome failed to start: exited abnormally. Someone suggested switching default browser to firefox but it failed too.
KARINA
  • 1
0
votes
0 answers

AutoGPT - unable to initiate python (Ubuntu / Linux)

when I try initiating, I seem to get this error message, can you please assist: omz@omz-ND-3A78:~/Auto-GPT$ python3 -m autogpt Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main return…
0
votes
1 answer

Error when using Streamlit and Langchain to build an online AutoGPT app

I get this error when trying to use LangChain with Streamlit to build an online AutoGPT app. input to Terminal: streamlit run /Users/*username*/opt/anaconda3/lib/python3.9/site-packages/ipykernel_launcher.py returns: Traceback (most recent call…
Lakeside52
  • 159
  • 1
  • 2
  • 7
0
votes
0 answers

Setting up pincone for autogpt

I'm trying to setup AutoGPT with a Pinecone database for extended memory, but I'm getting the below errors. I have an index, collection, and API key set up for it in Pinecone and in the env file. Yes, I have confirmed the index name. Connecting…
0
votes
1 answer

Use python, AutoGPT and ChatGPT to extract data from downloaded HTML page

Note: If you're downvoting at least share why. I put in a lot of effort to write this question, shared my code and did my own research first, so not sure what else I could add. I already use Scrapy to crawl websites successfully. I extract specific…
Adam
  • 6,041
  • 36
  • 120
  • 208
0
votes
1 answer

How do I edit the .env.template on my MacBook Air?

I'm trying to edit the file named “.env.template” inside the Auto-GPT folder. I don't even know if I have a code editor installed and I'm running the latest version of MacOS. Trying to install AutoGPT and stuck on this step: Have the terminal…
EricU
  • 1
  • 1
0
votes
0 answers

Persist pinecone long-term memory between Auto-GPT restarts

Every time I stop and restart the Auto-GPT even with the same role-agent, the pinecone vector database is being erased. How can I persist the memory so I can keep all the data that have been gathered and start from where I left it?
perrosnk
  • 835
  • 2
  • 13
  • 23
0
votes
0 answers

Auto-GPT : Getting counts of Job Types In LinkedIn

I have installed all the packages required to set up Auto-GPT on a Windows Machine. I have configured Auto-GPT as per the installation instructions provided in the installation page. My main aim is to set up a goal such that Auto-GPT searches the…
Kamal
  • 453
  • 1
  • 10
  • 22
0
votes
0 answers

Auto-GPT's "Summarizing chunk" always fails

When the retrieved document is too long, "Summarizing chunk" is used, but every time Auto-GPT tries "Summarizing chunk", it fails and I get the following error. Text length: 63750 characters Adding chunk 1 / 3 to memory Summarizing chunk 1 / 3 of…
daylyroppo3
  • 79
  • 1
  • 9
1
2