File tree Expand file tree Collapse file tree 1 file changed +45
-17
lines changed
Expand file tree Collapse file tree 1 file changed +45
-17
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments