Skip to content

Commit 06f6f97

Browse files
committed
增加速度慢的说明
1 parent fdac6a3 commit 06f6f97

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
[@qiayue](https://github.com/qiayue/) 开源的 [纯 PHP 实现 GPT 流式调用和前端实时打印 webui ](https://github.com/qiayue/php-openai-gpt-stream-chat-api-webui)
44

5+
**4月13日更新:**
6+
7+
1、最近速度慢是因为 OpenAI 对于免费账号限速了,在 [platform.openai.com](https://platform.openai.com/) 绑定了信用卡的才是之前的正常速度;
8+
9+
2、限速指的是流式请求时,首个 token 返回需要 20 秒左右,而绑定了信用卡的账号,在 2 秒左右;
10+
11+
512
## 目录结构
613

714
```
@@ -62,7 +69,7 @@ $chat = new ChatGPT([
6269

6370
开了一个微信群,欢迎入群交流:
6471

65-
![微信答疑群](https://tlc.nali.net/qrcode/wxgroup/openaiqa/?v=1)
72+
![微信答疑群](https://raw.githubusercontent.com/qiayue/php-openai-gpt-stream-chat-api-webui/main/static/img/wxqrcode.0420.jpeg)
6673

6774

6875
## 原理说明

0 commit comments

Comments
 (0)