Leask / halbot

Just another `ChatGPT` / `Gemini` / `Mistral (by ollama)` Telegram bob, which is simple design, easy to use, extendable and fun.
https://leaskh.com/post/711636926789271552/halbot
MIT License
102 stars 17 forks source link

suggestion: add memory to the bot #19

Open kamil-malinski opened 1 year ago

kamil-malinski commented 1 year ago

Hi!

Since the bot already uses a MySQL-database I would like to suggest a new feature: persistant memory for the bot.

The bot could summarize what you said and store it in the database. The next time a session starts the summary could be added to the initial prompt the bot is given thus allowing the bot to "remember" things that were said before.

Kamil

kamil-malinski commented 1 year ago

also something like this might be helpful: https://github.com/continuum-llms/chatgpt-memory

Leask commented 1 year ago

I will check it out. Thanks for your idea!