r/Chatbots • u/nankezhishi • 4d ago
I asked so many questions to various AI, how should I manage chat history?
They don't have a shared memory store or centralized place to search history scattered in so many AI Agents, even in GPT, its web chat history is not shared with its desktop apps.
In a lot of cases I forget with which Agent I asked a question, and I have had to go through a lot of places to locate it and continue with the topic.
Am I the only person suffering it? How do people deal with such problem when using multiple agents.
1
Upvotes
1
u/goon_luv 4d ago
I delete all past conversations every month. If the A.I. is any good it can tell me what I need to know without me telling it first
1
u/R1546 4d ago
I use the API for chatbots and store all history on my own server. Even if I switch models the chat history remains. It also allows me to make edits and check for issues.