This repository was archived by the owner on Sep 13, 2023. It is now read-only.
Releases: scmanjarrez/EdgeGPT-Telegram-Bot
Releases · scmanjarrez/EdgeGPT-Telegram-Bot
EdgeGPT-Telegram-Bot 3.1.0
Features:
- Chat stream. Now messages will be streamed, instead of waiting until the message is completed
EdgeGPT-Telegram-Bot 3.0.0
BREAKING CHANGES
Due to changes in EdgeGPT library, you need to install latest version (already in requirements.txt), or update your docker container (available 15min after this release)
Features:
- Added recent activity, i.e. chat history (conversations will be stored around 6 months)
- Export conversations
- Updated EdgeGPT to latest version
EdgeGPT-Telegram-Bot 2.1.2
Fix:
- Updated container run command to allow bot restart.
EdgeGPT-Telegram-Bot 2.1.1
Fix:
- Removed old code
EdgeGPT-Telegram-Bot 2.1.0
Features:
- Added /reset command to reload bot files. Thanks to @Eikosa for their first contribution!
EdgeGPT-Telegram-Bot 2.0.0
Breaking change
Cookies will be listed in config.json instead of program argument. Check README and templates/config.json for more information.
Features:
- Added compatibility for multiple cookies. Switch between them using Settings menu (only admin is able to switch cookies)
EdgeGPT-Telegram-Bot 1.3.0
Features:
- Added basic queue system. New messages will wait until older messages are processed
EdgeGPT-Telegram-Bot 1.2.1
Fixes:
- Fixed #68 . Now every prompt received will be html-escaped
EdgeGPT-Telegram-Bot 1.2.0
Features:
- Updated to latest version of EdgeGPT and BingImageCreator.
- Bot can be executed without cookies (unless you want to generate images, in this case cookies still required)
Improvements:
- Docker image size reduced thanks to @PeterDaveHello
EdgeGPT-Telegram-Bot 1.1.0
Features:
- Inline queries. Use the bot from any chat (you need to enable them in BotFather) to ask questions (you can continue the conversation in your private chat) or generate images.
- Updated requirements to latest version of EdgeGPT and BingImageCreator