issues
search
RainEggplant
/
chatgpt-telegram-bot
A ChatGPT bot for Telegram based on Node.js. Support both browserless and browser-base APIs.
MIT License
322
stars
97
forks
source link
Feature/redis persisting
#54
Closed
Vadko
closed
6 months ago
Vadko
commented
1 year ago
Added redis persisting with keyv following chatgpt-api docs
Edited DockerFile and package json to remove lmdb
Added keyv adapter for redis
Added persisting all messages for conversation based on unique id from telegram messages
Added store to store conversation ids and contexts for all users
Added redis persisting with keyv following chatgpt-api docs