mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:20:43 +00:00
18 lines
295 B
JSON
18 lines
295 B
JSON
{
|
|
"id": "gradium",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"providerAuthEnvVars": {
|
|
"gradium": ["GRADIUM_API_KEY"]
|
|
},
|
|
"contracts": {
|
|
"speechProviders": ["gradium"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|