Releases: RainEggplant/chatgpt-telegram-bot
Releases · RainEggplant/chatgpt-telegram-bot
v2.5.0: per-chat conversation and optional queue
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
v2.4.1: temporary fix for markdown parsing
What's Changed
- fix: temporary dirty fix for #34 by @RainEggplant in #38
Full Changelog: v2.4.0...v2.4.1
v2.4.0: Timeout mechanism
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
What's Changed
- Automatically build and push to Docker Hub by @RainEggplant in #33
Full Changelog: v2.3.1...v2.3.2
v2.3.1: Upgrade chatgpt-api
v2.3.0: Official ChatGPT API. Proxy improvement.
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
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
Full Changelog: v2.1.1...v2.2.0
v2.1.1: Support custom prompt prefix & suffix; Support Node 19
- 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
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