We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdac6a3 commit 06f6f97Copy full SHA for 06f6f97
README.md
@@ -2,6 +2,13 @@
2
3
由 [@qiayue](https://github.com/qiayue/) 开源的 [纯 PHP 实现 GPT 流式调用和前端实时打印 webui ](https://github.com/qiayue/php-openai-gpt-stream-chat-api-webui) 。
4
5
+**4月13日更新:**
6
+
7
+1、最近速度慢是因为 OpenAI 对于免费账号限速了,在 [platform.openai.com](https://platform.openai.com/) 绑定了信用卡的才是之前的正常速度;
8
9
+2、限速指的是流式请求时,首个 token 返回需要 20 秒左右,而绑定了信用卡的账号,在 2 秒左右;
10
11
12
## 目录结构
13
14
```
@@ -62,7 +69,7 @@ $chat = new ChatGPT([
62
69
63
70
开了一个微信群,欢迎入群交流:
64
71
65
-
72
+
66
73
67
74
68
75
## 原理说明
0 commit comments