Significant-Gravitas / AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
https://agpt.co
MIT License
163.72k stars 43.49k forks source link

Web_search doesn’t work and needs replaced #7201

Open crudo0-arch opened 1 month ago

crudo0-arch commented 1 month ago

⚠️ Search for existing issues first ⚠️

Which Operating System are you using?

Linux

Which version of AutoGPT are you using?

Latest Release

Do you use OpenAI GPT-3 or GPT-4?

GPT-4

Which area covers your issue best?

Other

Describe your issue.

as title, every prompt lead to

WARNING Command web_search returned an error: CommandExecutionError(https://links.duckduckgo.com/ /// : 202 Ratelimit')

Upload Activity Log Content

No response

Upload Error Log Content

No response

ntindle commented 4 weeks ago

I’d be interested in replacing duck duck go at this point if anyone has ideas

edferr commented 4 weeks ago

same issue, a temporary way to disable or make the agent not be advised of the availability of duckduckgo for now would be good as well. having trouble trying to pluck the duck from the code =/

ntindle commented 4 weeks ago

You should be able to disable the command

DISABLED_COMMANDS: Commands to disable. Use comma separated names of commands. See the list of commands from built-in components here. Default: None

Bentlybro commented 3 weeks ago

Ill be looking into this, I plan to look into replacing DDG with Brave if i can, yes it will require users to setup a api key but all of the search engines require them so its kinda hard to get around it

crudo0-arch commented 16 minutes ago

So have someone a temporary fix to get web searching working?