mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 00:52:57 +00:00
23 lines
351 B
JSON
23 lines
351 B
JSON
{
|
|
"id": "gradium",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"setup": {
|
|
"providers": [
|
|
{
|
|
"id": "gradium",
|
|
"envVars": ["GRADIUM_API_KEY"]
|
|
}
|
|
]
|
|
},
|
|
"contracts": {
|
|
"speechProviders": ["gradium"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|