Skip to content

Commit 443180c

Browse files
xinxiangshichengdddwangshiyouyang
authored andcommitted
update dist_source
1 parent 9c1395d commit 443180c

File tree

3 files changed

+19
-47
lines changed

3 files changed

+19
-47
lines changed

client/dist_source/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/dist_source/app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/dist_source/llm.json

Lines changed: 17 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,19 @@
11
{
2-
"in_use": "DeepInsight",
3-
"OpenAI": {
4-
"OpenaiApiKey": "",
5-
"Model": "",
6-
"HttpProxyHost": "",
7-
"HttpProxyPort": "",
8-
"ApiHost": "",
9-
"required": [
10-
"OpenaiApiKey"
11-
]
12-
},
13-
"DeepInsight": {
14-
"ApiKey": "",
15-
"Model": "",
16-
"required": [
17-
"ApiKey"
18-
]
19-
},
20-
"Azure": {
21-
"ApiKey": "",
22-
"ApiHost": "",
23-
"Model": "",
24-
"required": [
25-
"ApiKey",
26-
"ApiHost",
27-
"Model"
28-
]
29-
},
30-
"AWSClaude": {
31-
"ApiKey": "",
32-
"ApkSecret": "",
33-
"Model": "",
34-
"required": [
35-
"ApiKey",
36-
"ApkSecret"
37-
]
38-
},
39-
"Deepseek": {
40-
"ApiKey": "",
41-
"Model": "",
42-
"ApiHost": "",
43-
"required": [
44-
"ApiKey"
45-
]
46-
}
2+
"in_use": "DeepInsight",
3+
"OpenAI": {
4+
"OpenaiApiKey": "",
5+
"HttpProxyHost": "",
6+
"HttpProxyPort": "",
7+
"ApiHost": "",
8+
"required": [
9+
"OpenaiApiKey",
10+
"HttpProxyHost"
11+
]
12+
},
13+
"DeepInsight": {
14+
"ApiKey": "",
15+
"required": [
16+
"ApiKey"
17+
]
18+
}
4719
}

0 commit comments

Comments
 (0)