mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
21 lines
377 B
JSON
21 lines
377 B
JSON
{
|
|
"id": "elevenlabs",
|
|
"contracts": {
|
|
"speechProviders": ["elevenlabs"]
|
|
},
|
|
"configContracts": {
|
|
"compatibilityMigrationPaths": [
|
|
"talk.voiceId",
|
|
"talk.voiceAliases",
|
|
"talk.modelId",
|
|
"talk.outputFormat",
|
|
"talk.apiKey"
|
|
]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|