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.7.1

21 Aug 23:46
Compare
Choose a tag to compare

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

21 Aug 22:53
Compare
Choose a tag to compare

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

26 Jul 22:03
Compare
Choose a tag to compare

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

17 Jun 22:21
Compare
Choose a tag to compare

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

17 Jun 18:13
Compare
Choose a tag to compare

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

16 Jun 07:51
Compare
Choose a tag to compare

Fix:

  • Added code to handle new missing settings. #88 #90

EdgeGPT-Telegram-Bot 3.3.0

15 Jun 23:13
Compare
Choose a tag to compare

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

11 Jun 20:30
Compare
Choose a tag to compare

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

11 Jun 19:47
Compare
Choose a tag to compare

Fix:

  • Requirements.txt updated to latest EdgeGPT version

EdgeGPT-Telegram-Bot 3.1.1

11 Jun 18:33
Compare
Choose a tag to compare

Fix:

  • Error catch when trying to access a cached chat that doesn't exist anymore.