n3d1117 / chatgpt-telegram-bot

🤖 A Telegram bot that integrates with OpenAI's official ChatGPT APIs to provide answers, written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Session management

dkvdm opened this issue · comments

Similar to the browser UI, it would be cool if we would be able to save/retrieve sessions in addition to /reset
I'm thinking of:

  • /save for saving a specific session, potentially with a name
  • /sessions for listing all sessions
  • /session session_id for opening a specific session
  • /reset for resetting or deleting a session

I'll take up this challenge don't worry.