There was an error while loading. Please reload this page.
1 parent 245e022 commit 1fcd3ccCopy full SHA for 1fcd3cc
README.md
@@ -34,6 +34,6 @@ if os.Getenv("ENV") == "local" {
34
```
35
### 流式响应支持
36
37
-这个源代码本身是支持 stream 流式响应代理的,但目前腾讯云函数并支持分块流式传输,如果你需要实现流式响应,可以把编译后的二进制文件 `main` 丢到任意海外云服务器运行,这样就变成支持流式响应的 OpenAI 代理了,如果你不想折腾,可以使用我这边提供的 `open2.aiproxy.xyz` 作为代理进行测试:
+这个源代码本身是支持 stream 流式响应代理的,但目前腾讯云函数并不支持分块流式传输。所以,如果你需要实现流式响应,可以把编译后的二进制文件 `main` 丢到任意海外云服务器运行,这样就变成支持流式响应的 OpenAI 代理了,如果你不想折腾,可以使用我这边提供的 `open2.aiproxy.xyz` 作为代理进行测试:
38
39
<img width="965" alt="image" src="https://user-images.githubusercontent.com/114386672/225609817-ca5c106b-22d4-4ae9-b3df-ca2c46d56843.png">
0 commit comments