File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 58
58
59
59
# Step 4 - Builds the site using Hugo
60
60
- name : Build
61
- run : cd docSite && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e” && hugo -v --minify
61
+ run : cd docSite && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e && hugo -v --minify
62
62
63
63
# Step 5 - Push our generated site to Vercel
64
64
- name : Deploy to Vercel
Original file line number Diff line number Diff line change 58
58
59
59
# Step 4 - Builds the site using Hugo
60
60
- name : Build
61
- run : cd docSite && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e” && hugo -v --minify
61
+ run : cd docSite && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e && hugo -v --minify
62
62
63
63
# Step 5 - Push our generated site to Vercel
64
64
- name : Deploy to Vercel
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
83
83
- [x] 统一查阅对话记录,并对数据进行标注
84
84
85
85
` 6 ` 其他
86
+ - [x] 可视化模型配置。
86
87
- [x] 支持语音输入和输出 (可配置语音输入语音回答)
87
88
- [x] 模糊输入提示
88
89
- [x] 模板市场
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM hugomods/hugo:0.117.0 AS builder
3
3
WORKDIR /app
4
4
5
5
ADD ./docSite hugo
6
- RUN cd /app/hugo && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e” && hugo -v --minify
6
+ RUN cd /app/hugo && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e && hugo -v --minify
7
7
8
8
FROM fholzer/nginx-brotli:latest
9
9
You can’t perform that action at this time.
0 commit comments