I’ve implemented a simple sqlite local database in Python to store every question the user asks. (first time doing this ! very satisifying)
This means it can help you remember timings, dates, locations… anything!
However, this also means that all these cumulatively added memories make the prompt for the AI longer and longer
Which is why for the moment it only remembers the last 5 prompts. This may seem like a small amount, but for the most it is sufficient for remembering recent prompts.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.