We have developed a chatbot based upon OpenAI. One of our features is the ability to dynamically reach out and fetch live data that we inject into the stream sent to OpenAI’s APIs, such as for instance query DuckDuckGo for the words “Steve Jobs”. This will result in a context such as the following;
DuckDuckGo the following QUERY
Below are the links I could find related to your QUERY using DuckDuckGo;
… long list of Markdown hyperlinks leading to DuckDuckGo …
However, regardless of how I prime GPT-4 using system messages, it refuses to return links from the above list of URLs. How can I force ChatGPT to ALWAYS use the above list of hyperlinks to answer my questions?