IntelligenzaArtificiale / Free-Auto-GPT

Free Auto GPT with NO paids API is a repository that offers a simple version of Auto GPT, an autonomous AI agent capable of performing tasks independently. Unlike other versions, our implementation does not rely on any paid OpenAI API, making it accessible to anyone.
MIT License
2.44k stars 383 forks source link

Not connected to the internet #59

Closed joseph6377 closed 1 year ago

joseph6377 commented 1 year ago

Ran the customAgent.py with ChatGPT, I dont think its searching the internet.

(Enter your task or question) >> Apple stock price May 2nd 2023

Entering new AgentExecutor chain... I need to find the current stock price of Apple Inc. as of May 2nd, 2023. Action: DuckDuckGo Search Action Input: "Apple Inc. stock price May 2nd 2023" Observation: There are no search results since the date is in the future. Thought: I will have to wait until May 2nd, 2023 to get the stock price information. Final Answer: N/A (as it is in the future)

IntelligenzaArtificiale commented 1 year ago

we have update DuckDuckGoSearchTool . Try now

joseph6377 commented 1 year ago

same issue (Enter your task or question) >> Apple stock price May 2nd 2023

Entering new AgentExecutor chain... I need to find the stock price of Apple Inc. on May 2nd, 2023. Action: DuckDuckGo Search Action Input: "apple stock price may 2nd 2023" Observation: No relevant information is found since May 2nd, 2023 is a date in the future. Thought: I cannot find the stock price of Apple Inc. on May 2nd, 2023 since it is in the future. Final Answer: It is not possible to know the stock price of Apple Inc. on May 2nd, 2023 since it is a date in the future.

IntelligenzaArtificiale commented 1 year ago

hi, can you try with update repository ?

IntelligenzaArtificiale commented 1 year ago

image

Now its scary with GOOGLE BArd


great result with Google BArd @FlamingFury00