Skip to content

Commit db2c0a0

Browse files
c121914yuheheerI-Info
authored
V4.8.20 feature (#3686)
* Aiproxy (#3649) * model config * feat: model config ui * perf: rename variable * feat: custom request url * perf: model buffer * perf: init model * feat: json model config * auto login * fix: ts * update packages * package * fix: dockerfile * feat: usage filter & export & dashbord (#3538) * feat: usage filter & export & dashbord * adjust ui * fix tmb scroll * fix code & selecte all * merge * perf: usages list;perf: move components (#3654) * perf: usages list * team sub plan load * perf: usage dashboard code * perf: dashboard ui * perf: move components * add default model config (#3653) * 4.8.20 test (#3656) * provider * perf: model config * model perf (#3657) * fix: model * dataset quote * perf: model config * model tag * doubao model config * perf: config model * feat: model test * fix: POST 500 error on dingtalk bot (#3655) * feat: default model (#3662) * move model config * feat: default model * fix: false triggerd org selection (#3661) * export usage csv i18n (#3660) * export usage csv i18n * fix build * feat: markdown extension (#3663) * feat: markdown extension * media cros * rerank test * default price * perf: default model * fix: cannot custom provider * fix: default model select * update bg * perf: default model selector * fix: usage export * i18n * fix: rerank * update init extension * perf: ip limit check * doubao model order * web default modle * perf: tts selector * perf: tts error * qrcode package * reload buffer (#3665) * reload buffer * reload buffer * tts selector * fix: err tip (#3666) * fix: err tip * perf: training queue * doc * fix interactive edge (#3659) * fix interactive edge * fix * comment * add gemini model * fix: chat model select * perf: supplement assistant empty response (#3669) * perf: supplement assistant empty response * check array * perf: max_token count;feat: support resoner output;fix: member scroll (#3681) * perf: supplement assistant empty response * check array * perf: max_token count * feat: support resoner output * member scroll * update provider order * i18n * fix: stream response (#3682) * perf: supplement assistant empty response * check array * fix: stream response * fix: model config cannot set to null * fix: reasoning response (#3684) * perf: supplement assistant empty response * check array * fix: reasoning response * fix: reasoning response * doc (#3685) * perf: supplement assistant empty response * check array * doc * lock * animation * update doc * update compose * doc * doc --------- Co-authored-by: heheer <[email protected]> Co-authored-by: a.e. <[email protected]>
1 parent c393002 commit db2c0a0

File tree

496 files changed

+9006
-4701
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

496 files changed

+9006
-4701
lines changed

.github/workflows/docs-deploy-vercel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
# Step 4 - Builds the site using Hugo
6060
- name: Build
61-
run: cd docSite && hugo mod get -u github.com/colinwilson/lotusdocs && hugo -v --minify
61+
run: cd docSite && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e” && hugo -v --minify
6262

6363
# Step 5 - Push our generated site to Vercel
6464
- name: Deploy to Vercel

.github/workflows/docs-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
# Step 4 - Builds the site using Hugo
6060
- name: Build
61-
run: cd docSite && hugo mod get -u github.com/colinwilson/lotusdocs && hugo -v --minify
61+
run: cd docSite && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e” && hugo -v --minify
6262

6363
# Step 5 - Push our generated site to Vercel
6464
- name: Deploy to Vercel

docSite/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM hugomods/hugo:0.117.0 AS builder
33
WORKDIR /app
44

55
ADD ./docSite hugo
6-
RUN cd /app/hugo && hugo mod get -u github.com/colinwilson/lotusdocs && hugo -v --minify
6+
RUN cd /app/hugo && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e” && hugo -v --minify
77

88
FROM fholzer/nginx-brotli:latest
99

docSite/assets/imgs/image-100.png

254 KB
Loading

docSite/assets/imgs/image-101.png

236 KB
Loading

docSite/assets/imgs/image-102.png

146 KB
Loading

docSite/assets/imgs/image-103.png

326 KB
Loading

docSite/assets/imgs/image-104.png

321 KB
Loading

docSite/assets/imgs/image-105.png

353 KB
Loading

docSite/assets/imgs/image-106.png

154 KB
Loading

0 commit comments

Comments
 (0)