I have a Custom GPT that talks to an external API to fetch my data and then I ask it to analyze and provide recommendations. The issue I am having it that each message/turn is only able to make only one API call and I need to make a few to find the data. But, then by the time we get to message 2 or 3, GPT starts summarizing or even inventing/guessing the data. It claims that it’s a limitation imposed by OpenAI to protect my data. Is there any way for the conversation to retain and use the API results verbatim?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Can't fetch large data from external API calls despite GPT-4's ability to handle up to 128k | 7 | 3005 | November 19, 2023 | |
| How you deal with response limit in a single API request? | 5 | 3106 | December 4, 2024 | |
| Weird, GPTs is becoming dumb | 5 | 381 | September 27, 2024 | |
| Using a Custom GPT to act as an agent for my API | 4 | 6276 | December 13, 2023 | |
| How much data can I send to my Custom GPT from my API? | 0 | 1630 | January 11, 2024 |