Skip to content

Releases: RainEggplant/chatgpt-telegram-bot

v2.5.0: per-chat conversation and optional queue

03 Apr 03:57
Compare
Choose a tag to compare

What's Changed

  • Added db with persisting conversation and parent message id by @Vadko in #42
  • Feature/optional queue by @Vadko in #43

Full Changelog: v2.4.2...v2.5.0

v2.4.2: Fix markdown parsing

16 Mar 02:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.1...v2.4.2

v2.4.1: temporary fix for markdown parsing

15 Mar 10:45
e1981af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1

v2.4.0: Timeout mechanism

10 Mar 06:43
Compare
Choose a tag to compare

What's Changed

  • Add timeout mechanism to prevent queue from getting stuck by @RainEggplant in #36

Full Changelog: v2.3.2...v2.4.0

v2.3.2: Docker Hub support

07 Mar 15:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

v2.3.1: Upgrade chatgpt-api

04 Mar 14:05
77102c3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0: Official ChatGPT API. Proxy improvement.

02 Mar 15:56
Compare
Choose a tag to compare

What's Changed

  • Support official ChatGPT API; Support proxy with custom fetch. by @RainEggplant in #27

Full Changelog: v2.2.0...v2.3.0

v2.2.0: Message queue, Markdown improvement

28 Feb 02:40
Compare
Choose a tag to compare

What's Changed

  • Added queue implementation by @Vadko in #19
  • Use telegramify-markdown to convert ChatGPT's response to Telegram-flavored markdown by @RainEggplant in #24

New Contributors

  • @Vadko made their first contribution in #19

Full Changelog: v2.1.1...v2.2.0

v2.1.1: Support custom prompt prefix & suffix; Support Node 19

21 Feb 16:10
Compare
Choose a tag to compare
  • Support custom prompt prefix and suffix (allowing you to customize the bot's identity and behavior; see #11).
  • Support Node.js v19.

Full Changelog: v2.1.0...v2.1.1

v2.1.0: Support @acheong08's unofficial ChatGPT API

19 Feb 10:40
Compare
Choose a tag to compare

We have added support for the unofficial proxy API by @acheong08. This API uses a proxy server that allows users to bypass Cloudflare protection and use the real ChatGPT. Please see Usage for more details.

For previous users, we've updated our API options. api.version is now api.type, with options browser (previously v3), official (previously v4), and unofficial. Please update your config file accordingly.

Full Changelog: v2.0.0...v2.1.0