add:添加阶跃星辰供应商

This commit is contained in:
lidongjie
2024-10-12 18:32:50 +08:00
parent 7b671f3e6f
commit f94768dcf0
2 changed files with 5 additions and 1 deletions
@@ -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
+4
View File
@@ -79,6 +79,10 @@ var dynamicResourceMap = map[string]Worker{
Profession: ProfessionAIProvider,
Driver: "baichuan",
},
"stepfun": {
Profession: ProfessionAIProvider,
Driver: "stepfun",
},
}
type Worker struct {