mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:40:44 +00:00
fix: declare deepinfra manifest model discovery
This commit is contained in:
@@ -18,6 +18,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"setup": {
|
||||
"providers": [
|
||||
{
|
||||
"id": "deepinfra",
|
||||
"authMethods": ["api-key"],
|
||||
"envVars": ["DEEPINFRA_API_KEY"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"modelCatalog": {
|
||||
"providers": {
|
||||
"deepinfra": {
|
||||
@@ -145,11 +154,11 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"discovery": {
|
||||
"deepinfra": "refreshable"
|
||||
}
|
||||
},
|
||||
"providerAuthEnvVars": {
|
||||
"deepinfra": ["DEEPINFRA_API_KEY"]
|
||||
},
|
||||
"providerAuthChoices": [
|
||||
{
|
||||
"provider": "deepinfra",
|
||||
|
||||
Reference in New Issue
Block a user