We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753ee84 commit 99f78caCopy full SHA for 99f78ca
1 file changed
README.md
@@ -34,7 +34,22 @@ AI Vtuber是一个由`ChatterBot/GPT/Claude/langchain_pdf+gpt/chatglm`驱动的
34
- `data`文件夹,存储数据文件和违禁词
35
- `log`文件夹,存储运行日志
36
- `out`文件夹,存储edge-tts输出的音频文件
37
-
+
38
39
+## 下载项目
40
41
+首先你得装个`git`(啥,没装?百度),当然也可以直接在页面切换分支后下载各版本ZIP压缩包。
42
+```
43
+# 主线
44
+git clone https://github.com/Ikaros-521/AI-Vtuber.git
45
46
+# owner分支
47
+git clone -b owner https://github.com/Ikaros-521/AI-Vtuber.git
48
49
+# dev分支
50
+git clone -b dev https://github.com/Ikaros-521/AI-Vtuber.git
51
52
53
54
## 💿运行环境
55
0 commit comments