AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

Why does it always search the web when answering questions? It should only search the web very infrequently

Open 1nnovat1on opened this issue 1 year ago • 1 comments

Duplicates

  • [X] I have searched the existing issues

Summary 💡

You should leverage the power of GPT-4 Much more, rather than having it spend time search the web. To get information, it should build specific programs and scripts, and store the information in the vector database. Then it should query itself with information from the vector database.

Examples 🌈

USER -> GPT -> GPT -> GPT ->... until (WIN CONDITION = YES (a second GPT call that asks "does this response answer the question?")

Motivation 🔦

It spends most of its time searching the web, and never gets to the solution in time.

1nnovat1on avatar Apr 24 '23 20:04 1nnovat1on

I wish I have your problem...mine keeps giving google api key error when it is keyed into the env file.

tenghanc avatar Apr 25 '23 00:04 tenghanc

I’m thinking of perhaps giving it a plugin that makes it talk to ChatGPT (GPT 3.5 API).

I know it can theoretically already do that using agents, but AutoGPT doesn’t really use agents like that. Perhaps by marking the plugin as specifically for research, it’s more likely to contact ChatGPT.

Ideally it’d leverage it’s own knowledge base as we know how much GPT knows, but I have no clue how I’d convince it to do that.

deWaardt avatar Apr 25 '23 20:04 deWaardt

When I ask question, it ask me.to search from web , how to make it answer just through openai api ????

khanfar avatar Apr 25 '23 20:04 khanfar

Duplicate of #114

Pwuts avatar Apr 26 '23 22:04 Pwuts