Skip to content

Commit 3e4843b

Browse files
authored
Merge pull request #12 from JackChiang233/feat/add-qiniu-provider
feat: add Qiniu provider support
2 parents 3f56deb + 4cea189 commit 3e4843b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/main/assets/config/llm.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@
5858
"model": "deepseek-chat",
5959
"modelList": ["deepseek-chat"]
6060
},
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+
},
6170
{
6271
"url": "https://api.openai.com",
6372
"urlList": ["https://api.openai.com", "https://api.aiql.com"],

0 commit comments

Comments
 (0)