I would like to set up a chat with ChatGPT. I have created a database to collect messages. Users’ messages are saved in the messages database. I have set up the “Ask ChatGPT” feature, which saves the response in the messages database. I also created a list component to display the messages, and it works.
The problem is that ChatGPT doesn’t remember the conversation history. How can I set it up so that ChatGPT retains the conversation history?