How to modify the default browser used by auto-gpt #2510
-
The default browser for auto-gpt is Chrome, and I would like to modify it to use the Edge browser by default,How to achieve it? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
It looks like you can change that setting in the env file ################################################################################ AUTO-GPT - GENERAL SETTINGS################################################################################ USE_WEB_BROWSER - Sets the web-browser drivers to use with selenium (defaults to chrome).Note: set this to either 'chrome', 'firefox', or 'safari' depending on your current browserUSE_WEB_BROWSER=chrome |
Beta Was this translation helpful? Give feedback.
-
Despite setting the USE_WEB_BROWSER=safari and restarting auto-gpt, it tries to open links in Chrome and complains when it is not in the path: SYSTEM: Command browse_website returned: Error: unknown error: cannot find Chrome binary. Is this a new bug to be logged or am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
-
closing as already answered :) |
Beta Was this translation helpful? Give feedback.
-
I got this error when set to Chrome: - How do i find the above driver for my windows11? |
Beta Was this translation helpful? Give feedback.
-
i have the same problem. tried everything and it still doesn't work. |
Beta Was this translation helpful? Give feedback.
It looks like you can change that setting in the env file
################################################################################
AUTO-GPT - GENERAL SETTINGS
################################################################################
USE_WEB_BROWSER - Sets the web-browser drivers to use with selenium (defaults to chrome).
Note: set this to either 'chrome', 'firefox', or 'safari' depending on your current browser
USE_WEB_BROWSER=chrome