Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RainEggplant committed Feb 28, 2023
1 parent c72aa88 commit 4b4ecd5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChatGPT Telegram Bot

![badge:version](https://img.shields.io/badge/version-2.1.1-brightgreen)
![badge:version](https://img.shields.io/badge/version-2.2.0-brightgreen)
![license](https://img.shields.io/badge/license-MIT-green)

A ChatGPT bot for Telegram based on Node.js. Support both browserless and browser-based APIs.
Expand All @@ -10,23 +10,30 @@ A ChatGPT bot for Telegram based on Node.js. Support both browserless and browse
<strong>🎉 v2 has been released!</strong>

<details open>
<summary><b>🔔 Feb. 28, 2023 (v2.2.0)</b></summary>

> - Support message queue to avoid rate limit.
> - Improve Markdown parsing.
</details>
<details>
<summary><strong>Previous Updates</strong></summary>

<details>
<summary><b>🔔 Feb. 22, 2023 (v2.1.1)</b></summary>

> - Support custom prompt prefix and suffix (allowing you to customize the bot's identity and behavior).
> - Support Node.js v19.
</details>
<details open>
<details>
<summary><b>🔔 Feb. 19, 2023 (v2.1.0)</b></summary>

> 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](#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.
</details>
<details>
<summary><strong>Previous Updates</strong></summary>

<details>
<summary><b>🔔 Feb. 17, 2023</b></summary>

Expand Down Expand Up @@ -61,6 +68,7 @@ A ChatGPT bot for Telegram based on Node.js. Support both browserless and browse
- Work in privacy mode (the bot can only see specific messages)
- Bot access control based on user and group IDs
- Reset chat thread and refresh session with command
- Queue messages to avoid rate limit
- Typing indicator, Markdown formatting, ...
- Cloudflare bypassing and CAPTCHA automation (for the browser-based API)
- Customize bot identity and behavior (see https://github.com/RainEggplant/chatgpt-telegram-bot/issues/11)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgpt-telegram-bot",
"version": "2.1.1",
"version": "2.2.0",
"description": "",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 4b4ecd5

Please sign in to comment.