This repository has been 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.7.1
Fix
- Fixed error when asking for an image using a prompt. Changed requirements.txt to point to my fork of EdgeGPT with inline image fix.
EdgeGPT-Telegram-Bot 3.7.0
Announcement
Due to the archiving of EdgeGPT repository, no more functionalities will be added.
Features
- Updated to latest version of EdgeGPT and BingImageCreator
EdgeGPT-Telegram-Bot 3.6.0
Features:
- Images can be created using text, just write the prompt and the images will be sent in a new image (not working on inline queries)
- Updated to latest EdgeGPT and BingImageCreator version. Updated vulnerable libraries.
EdgeGPT-Telegram-Bot 3.5.0
Improvements:
- Changed button interaction. Now, only buttons dependent of the message will be removed from the message (tts, export, delete). Suggestions and new are kept.
- TTS/Export buttons will be linked to every message using user_id and conv_id.
EdgeGPT-Telegram-Bot 3.4.0
Improvements:
- Long conversations won't be erased and replaced with an useless message. Now, the message will stay and a file with the conversation id and the message number will be sent.
- Inline images now send the prompt and is kept during image switching.
- Switching to a button of an old inline query, i.e. when you restart the bot, will remove the buttons but keep the prompt, instead of both.
- After lot of testing, it's still necessary to delay the messages a bit more when lot of edits are simultaneously (multiple conversations at the same time in different chats). Hardened delays when message is doing lot of edits.
- TTS, Export and Delete buttons now are sent in the same line to avoid increasing button list size.
- Improved some command messages
- Removed unused/redundant code
Fix:
- Switching with old keyboard to an already deleted conversation will update the buttons accordingly without crashing the bot.
EdgeGPT-Telegram-Bot 3.3.1
EdgeGPT-Telegram-Bot 3.3.0
Improvements:
- Message stream delay
- Updated to latest EdgeGPT version (lot of fixes)
Features:
- Delete chats on Bing
- Send long messages as markdown file
- Setting to disable history (global. TODO: add certain conversations to history) ## Update your config.json
- Setting to delete chats after bot stop/restart ## Update your config.json
Fixes:
- New conversation not starting after limit of messages reached
EdgeGPT-Telegram-Bot 3.2.0
Feature:
- Added increasing delay to avoid telegram flood control errors
Fix:
- Added regex to skip Bing hidden message for initial search.
EdgeGPT-Telegram-Bot 3.1.2
Fix:
- Requirements.txt updated to latest EdgeGPT version
EdgeGPT-Telegram-Bot 3.1.1
Fix:
- Error catch when trying to access a cached chat that doesn't exist anymore.