browser-agent icon indicating copy to clipboard operation
browser-agent copied to clipboard

A browser AI agent, using GPT-4

Results 4 browser-agent issues
Sort by recently updated
recently updated
newest added

``` ~ % sudo ./.cargo/bin/browser-agent -vv 'search and return the weather in berlin' Error: Download of browser failed Caused by: 0: Failed to create archive file 1: No such file...

Once the user prompt gets long enough GPT-4 starts to put less importance on the system message which makes it forget to use the correct format when displaying the result...

I provided the api key in the .env file but the following error is thrown. Error: invalid_request_error: You didn't provide an API key. You need to provide your API key...

ML-based bots need to respect the norms as all the other bots on the web. That means providing an identifiable user agent, loading robots.txt, and avoiding requests to places that...

enhancement
help wanted
good first issue