I’m currently using the GPT-4 model from OpenAI and the /chat/completion API in NextJS.
However, I’m looking for a way to retrieve the latest information from the internet or Google regarding a specific question or organization. Since OpenAI models are pre-trained, they don’t provide real-time information. I’ve already tried using serpAPI, which is used in langchain, but I haven’t been able to obtain accurate answers like BARD does.
Specifically, I’m interested in obtaining the following basic details: the name of the organization, its founding year, revenue, headquarters, and industry. Additionally, I’d like to retrieve recent news about the company, recent posts by their leaders on LinkedIn, and any relevant technical news.
How can I achieve this using the available tools or APIs?
Yes @EricGT
It is not possible with ChatGPT and not even with gpt-4 model. but according to my current research we will get latest data using langchain agent, which is using serpapi internally and give response. but somehow that was not satisfied response as we want and also as BARD offers.
Do you have any idea about other external API or tool, which we can use to retrieve latest data ?
It appears that there may be a solution to your problem available in the OpenAI cookbook. However, I seem to be missing some crucial information to fully understand your issue. Unfortunately, I won’t be able to provide further assistance on this particular topic. Nevertheless, there may be other individuals who can better grasp your needs and offer the help you require.