We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f56deb + 4cea189 commit 3e4843bCopy full SHA for 3e4843b
1 file changed
src/main/assets/config/llm.json
@@ -58,6 +58,15 @@
58
"model": "deepseek-chat",
59
"modelList": ["deepseek-chat"]
60
},
61
+ {
62
+ "url": "https://api.qnaigc.com",
63
+ "urlList": ["https://api.qnaigc.com"],
64
+ "path": "/v1/chat/completions",
65
+ "name": "Qiniu",
66
+ "icon": "https://www.qiniu.com/favicon.ico",
67
+ "model": "deepseek-v3",
68
+ "modelList": ["deepseek-v3"]
69
+ },
70
{
71
"url": "https://api.openai.com",
72
"urlList": ["https://api.openai.com", "https://api.aiql.com"],
0 commit comments