Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Releases: scmanjarrez/EdgeGPT-Telegram-Bot

EdgeGPT-Telegram-Bot 3.1.0

11 Jun 17:31
Compare
Choose a tag to compare

Features:

  • Chat stream. Now messages will be streamed, instead of waiting until the message is completed

EdgeGPT-Telegram-Bot 3.0.0

11 Jun 15:58
Compare
Choose a tag to compare

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

03 Jun 15:14
Compare
Choose a tag to compare

Fix:

  • Updated container run command to allow bot restart.

EdgeGPT-Telegram-Bot 2.1.1

03 Jun 13:16
Compare
Choose a tag to compare

Fix:

  • Removed old code

EdgeGPT-Telegram-Bot 2.1.0

03 Jun 11:15
Compare
Choose a tag to compare

Features:

  • Added /reset command to reload bot files. Thanks to @Eikosa for their first contribution!

EdgeGPT-Telegram-Bot 2.0.0

03 Jun 10:48
Compare
Choose a tag to compare

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

28 May 19:40
Compare
Choose a tag to compare

Features:

  • Added basic queue system. New messages will wait until older messages are processed

EdgeGPT-Telegram-Bot 1.2.1

28 May 18:31
Compare
Choose a tag to compare

Fixes:

  • Fixed #68 . Now every prompt received will be html-escaped

EdgeGPT-Telegram-Bot 1.2.0

28 May 14:09
Compare
Choose a tag to compare

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:

EdgeGPT-Telegram-Bot 1.1.0

20 May 00:16
e4a7f4f
Compare
Choose a tag to compare

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