File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### 项目介绍
4
4
5
- 这是使用 Laravel 10 + Inertia + Vue3 + Tailwind + ChatGPT + Audio API 实现的 ChatGPT 网页版,在文字基础上增加了对语音的支持(基于 Whisper):
5
+ 这是使用 Laravel 10 + Inertia + Vue3 + Tailwind + OpenAI API 实现的 ChatGPT 网页版,在文字基础上增加了对语音的支持(基于 Whisper)、绘图的支持(DALL·E)、翻译的支持。
6
6
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 " >
8
22
9
23
10
24
### 快速启动
@@ -107,4 +121,4 @@ $response->headers->set('X-Accel-Buffering', 'no');
107
121
return $response;
108
122
```
109
123
110
- > 注意事项:由于用到了 header、ob_flush、flush 这些函数,所以不支持基于 Swoole 、RoadRunner 之类常驻内存机制驱动的 PHP HTTP 服务器,在部署到生产环境的时候需要注意这一点。
124
+ > 注意事项:由于用到了 header、ob_flush、flush 这些函数,所以不支持基于 Swoole 、RoadRunner 之类常驻内存机制驱动的 PHP HTTP 服务器,在部署到生产环境的时候需要注意这一点。
You can’t perform that action at this time.
0 commit comments