I've been working on a way to integrate Search Engines (google specifically), and GPT-3 into a single product to search the internet & relay answers in an easy to use way (similar to Bing's new ChatGPT type chatbot)
Basically, you can ask it a question, and it decides what actions to take ("Commands"), then calls them, and their response is used it it's generating of the final content.
This means that all information is about as up to date as it can be, and is as good as you can get without actually visiting any websites from google.
https://github.com/perrys25/SearchGPT
Demo:
- Run the top two sections in order, wait for them to complete
- Run the third section (make sure output is shown)
- Paste in your OpenAI API key
- Ask away!