Hello!
When running this, and the latest stable AutoGPT, and it tries to use chromedriver, I get the following error:
SYSTEM: Command browse_website returned: Error: Message: 'chromedriver' executable needs to be in PATH. Please see https://chromedriver.chromium.org/home
Chromedriver is both installed globally and using this script.
[nix-shell:~/Downloads/Auto-GPT]$ which chromedriver
/nix/store/9qmca55r6rkln3vfhzbk8ikcivpjzzqw-chromedriver-112.0.5615.49/bin/chromedriver
Perhaps AutoGPT is looking in some non-nix path?
Thoughts?
Thanks for any help!