mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 15:11:32 +00:00
* feat: add Fish Audio speech support * chore: remove unused speech exports * chore: keep Fish API constant private * test: remove stale code mode import * style: use bracket access for Fish voice ids * test: restore QA evidence validator import
25 lines
512 B
JSON
25 lines
512 B
JSON
{
|
|
"id": "fish-audio",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"name": "Fish Audio",
|
|
"description": "Fish Audio S2.1 hosted text-to-speech with streaming, voice notes, and telephony output.",
|
|
"setup": {
|
|
"providers": [
|
|
{
|
|
"id": "fish-audio",
|
|
"envVars": ["FISH_API_KEY", "FISH_AUDIO_API_KEY"]
|
|
}
|
|
]
|
|
},
|
|
"contracts": {
|
|
"speechProviders": ["fish-audio"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|