Hi, I’ve been creating prompts in the playground both in the chat and with the assistant. I need to make a price comparison for a product. Sometimes it works, but other times it responds that it doesn’t have access to real-time information. Has anyone encountered a similar issue?
Welcome to the Forum!
Unlike the ChatGPT interface, the API does not come inherently with access to the internet. You could have to integrate a search API through a function call in order to access data from internet and incorporate into your response.
2 Likes