fix: declare stepfun setup auth metadata

This commit is contained in:
Shakker
2026-05-01 14:14:45 +01:00
parent 9b231e39ad
commit a4fd45ca31

View File

@@ -6,6 +6,20 @@
"enabledByDefault": true,
"providers": ["stepfun", "stepfun-plan"],
"autoEnableWhenConfiguredProviders": ["stepfun", "stepfun-plan"],
"setup": {
"providers": [
{
"id": "stepfun",
"authMethods": ["api-key"],
"envVars": ["STEPFUN_API_KEY"]
},
{
"id": "stepfun-plan",
"authMethods": ["api-key"],
"envVars": ["STEPFUN_API_KEY"]
}
]
},
"modelCatalog": {
"providers": {
"stepfun": {
@@ -68,10 +82,6 @@
"stepfun-plan": "static"
}
},
"providerAuthEnvVars": {
"stepfun": ["STEPFUN_API_KEY"],
"stepfun-plan": ["STEPFUN_API_KEY"]
},
"providerAuthChoices": [
{
"provider": "stepfun",