Skip to content

Commit c54fc1c

Browse files
authored
Update README.zh.md
1 parent 6e50f9e commit c54fc1c

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.zh.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,23 @@
22

33
### 项目介绍
44

5-
这是使用 Laravel 10 + Inertia + Vue3 + Tailwind + ChatGPT + Audio API 实现的 ChatGPT 网页版,在文字基础上增加了对语音的支持(基于 Whisper)
5+
这是使用 Laravel 10 + Inertia + Vue3 + Tailwind + OpenAI API 实现的 ChatGPT 网页版,在文字基础上增加了对语音的支持(基于 Whisper)、绘图的支持(DALL·E)、翻译的支持。
66

7-
<img width="658" alt="image" src="https://user-images.githubusercontent.com/114386672/224564157-2fb92c40-7a43-4156-9715-b76ea2cef46e.png">
7+
支持 **文字** && **语音**
8+
9+
<img width="598" alt="fa89bd30dfc71ef7312ca9dc8d079f3" src="https://user-images.githubusercontent.com/114386672/226559170-22e49847-b8b4-4c2a-856b-0325bb884f6e.png">
10+
11+
支持 **stream**
12+
13+
<img width="649" alt="db5b094fbc9e739302693c8728dd236" src="https://user-images.githubusercontent.com/114386672/226559792-50f0fd09-2062-46e8-a38e-4ba329a8e26e.png">
14+
15+
支持 **绘图**
16+
17+
<img width="705" alt="953ccb2083f34156fa2d4f18417ffc1" src="https://user-images.githubusercontent.com/114386672/226559494-b26aef63-8d32-4ee0-bfc0-bc5ab7a82193.png">
18+
19+
支持 **翻译**
20+
21+
<img width="915" alt="2a2bf9f1a8b2b7ec2b1b925eb5e9e75" src="https://user-images.githubusercontent.com/114386672/226558517-bf534744-c8d6-4a9f-9f3c-282aa8e96330.png">
822

923

1024
### 快速启动
@@ -107,4 +121,4 @@ $response->headers->set('X-Accel-Buffering', 'no');
107121
return $response;
108122
```
109123

110-
> 注意事项:由于用到了 header、ob_flush、flush 这些函数,所以不支持基于 Swoole 、RoadRunner 之类常驻内存机制驱动的 PHP HTTP 服务器,在部署到生产环境的时候需要注意这一点。
124+
> 注意事项:由于用到了 header、ob_flush、flush 这些函数,所以不支持基于 Swoole 、RoadRunner 之类常驻内存机制驱动的 PHP HTTP 服务器,在部署到生产环境的时候需要注意这一点。

0 commit comments

Comments
 (0)