diff --git a/ai-provider/model-runtime/model-providers/stepfun/stepfun.yaml b/ai-provider/model-runtime/model-providers/stepfun/stepfun.yaml index 6f49d733..5466ec4e 100644 --- a/ai-provider/model-runtime/model-providers/stepfun/stepfun.yaml +++ b/ai-provider/model-runtime/model-providers/stepfun/stepfun.yaml @@ -79,4 +79,4 @@ model_credential_schema: label: en_US: Tool Call zh_Hans: Tool Call -address: https://api.openai.com \ No newline at end of file +address: https://api.stepfun.com \ No newline at end of file diff --git a/gateway/apinto/profession.go b/gateway/apinto/profession.go index 20433e95..174ca078 100644 --- a/gateway/apinto/profession.go +++ b/gateway/apinto/profession.go @@ -79,6 +79,10 @@ var dynamicResourceMap = map[string]Worker{ Profession: ProfessionAIProvider, Driver: "baichuan", }, + "stepfun": { + Profession: ProfessionAIProvider, + Driver: "stepfun", + }, } type Worker struct {