mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-12 18:11:34 +08:00
add:添加baichuan供应商
This commit is contained in:
@@ -27,4 +27,4 @@ provider_credential_schema:
|
||||
placeholder:
|
||||
zh_Hans: 在此输入您的 API Key
|
||||
en_US: Enter your API Key
|
||||
address: https://api.openai.com
|
||||
address: https://api.baichuan-ai.com
|
||||
|
||||
@@ -75,6 +75,10 @@ var dynamicResourceMap = map[string]Worker{
|
||||
Profession: ProfessionAIProvider,
|
||||
Driver: "mistralai",
|
||||
},
|
||||
"baichuan": {
|
||||
Profession: ProfessionAIProvider,
|
||||
Driver: "baichuan",
|
||||
},
|
||||
}
|
||||
|
||||
type Worker struct {
|
||||
|
||||
Reference in New Issue
Block a user