Skip to content

Commit 42738d7

Browse files
author
wangshiyouyang
committed
update
1 parent 443180c commit 42738d7

File tree

1 file changed

+45
-17
lines changed

1 file changed

+45
-17
lines changed

client/dist_source/llm.json

Lines changed: 45 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,47 @@
11
{
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-
}
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+
}
1947
}

0 commit comments

Comments
 (0)