n3d1117 / chatgpt-telegram-bot

🤖 A Telegram bot that integrates with OpenAI's official ChatGPT APIs to provide answers, written in Python
GNU General Public License v2.0
2.87k stars 1.32k forks source link

Store LLM conversation history in a file #565

Open namanyayg opened 2 months ago

namanyayg commented 2 months ago

This is necessary when the bot is restarted, otherwise the entire conversation history is always lost.

Does simple storage in JSON files in a storage folder.