mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-20 00:59:21 +00:00
fix: declare stepfun setup auth metadata
This commit is contained in:
parent
9b231e39ad
commit
a4fd45ca31
1 changed files with 14 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue