Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
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':
'https://www.hkex.com.hk/Products/Listed-Derivatives/Equity-Index/Hang-Seng-Index-(HSI)/Hang-Seng-Index-Futures?sc_lang=en',
'question': 'Hang Seng Index future data'}
AUTHORISED COMMANDS LEFT: 8 /bin/sh: 1: google-chrome: not found /bin/sh: 1:
google-chrome-stable: not found /bin/sh: 1: google-chrome-beta: not found /bin/sh: 1:
google-chrome-dev: not found SYSTEM: Command browse_website returned:
Error: unknown error: cannot find Chrome binary
Does anyone have a solution for this problem? I would highly appreciate any assistance!
I've attempted to modify a .env file within the Auto-GPT directory and set the following, but this method was unsuccessful:
# USE_WEB_BROWSER=firefox
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.