Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
deanxv committed Aug 23, 2024
1 parent 5cf4f22 commit b06b0c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
10 changes: 2 additions & 8 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,15 +243,9 @@ The service deployed on a third-party platform (such as: `zeabur`) needs to [con
## Limitations
The current version of coze has implemented identification for each Discord user, and there is a usage limit for each user per different model on Discord, specifically as follows:
Current details of free and paid subscriptions for coze: https://www.coze.com/docs/guides/subscription?_lang=zh
```
GPT-4 Turbo (128k) - 50 times/day
GPT-4 (8k) - 100 times/day
GPT-3.5 (16k) - 500 times/day
```
Multiple Discord user `Authorization` can be configured (refer to the [environment variable](#Environment-Variables) `USER_AUTHORIZATION`) to achieve cumulative request times and load balancing for requests.
Multiple Discord user `Authorization` can be configured (refer to the [environment variable](#Environment-Variables) `USER_AUTHORIZATION`) ) or [configure multiple bots](#Configure-Multiple-Bots) to achieve cumulative request times and load balancing for requests.
## Q&A
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,14 +240,9 @@ Render 可以直接部署 docker 镜像,不需要 fork 仓库:[Render](https:/

## 限制

目前的coze对每个discord用户做了标识,在discord中每个用户对不同的模型的调用有次数限制,具体如下:
目前的coze的免费及收费订阅详情:https://www.coze.com/docs/guides/subscription?_lang=zh

```
GPT-4 Turbo (128k) - 50次/天
GPT-4 (8k) - 100次/天
GPT-3.5 (16k) - 500次/天
```
可配置多discord用户`Authorization`(参考[环境变量](#环境变量)`USER_AUTHORIZATION`)实现叠加请求次数及请求负载均衡。
可配置多discord用户`Authorization`(参考[环境变量](#环境变量)`USER_AUTHORIZATION`)或[配置多机器人](#配置多机器人)实现叠加请求次数及请求负载均衡。

## Q&A

Expand Down

0 comments on commit b06b0c1

Please sign in to comment.