mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-12 18:11:34 +08:00
add:添加阶跃星辰供应商
This commit is contained in:
@@ -79,4 +79,4 @@ model_credential_schema:
|
||||
label:
|
||||
en_US: Tool Call
|
||||
zh_Hans: Tool Call
|
||||
address: https://api.openai.com
|
||||
address: https://api.stepfun.com
|
||||
@@ -79,6 +79,10 @@ var dynamicResourceMap = map[string]Worker{
|
||||
Profession: ProfessionAIProvider,
|
||||
Driver: "baichuan",
|
||||
},
|
||||
"stepfun": {
|
||||
Profession: ProfessionAIProvider,
|
||||
Driver: "stepfun",
|
||||
},
|
||||
}
|
||||
|
||||
type Worker struct {
|
||||
|
||||
Reference in New Issue
Block a user