mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 18:46:13 +00:00
feat(talk): add provider-agnostic config with legacy compatibility
This commit is contained in:
committed by
Peter Steinberger
parent
d1f28c954e
commit
d58f71571a
@@ -133,14 +133,24 @@ export const FIELD_HELP: Record<string, string> = {
|
||||
"gateway.remote.sshTarget":
|
||||
"Remote gateway over SSH (tunnels the gateway port to localhost). Format: user@host or user@host:port.",
|
||||
"gateway.remote.sshIdentity": "Optional SSH identity file path (passed to ssh -i).",
|
||||
"talk.provider": 'Active Talk provider id (for example "elevenlabs").',
|
||||
"talk.providers":
|
||||
"Provider-specific Talk settings keyed by provider id. During migration, prefer this over legacy talk.* keys.",
|
||||
"talk.providers.*.voiceId": "Provider default voice ID for Talk mode.",
|
||||
"talk.providers.*.voiceAliases": "Optional provider voice alias map for Talk directives.",
|
||||
"talk.providers.*.modelId": "Provider default model ID for Talk mode.",
|
||||
"talk.providers.*.outputFormat": "Provider default output format for Talk mode.",
|
||||
"talk.providers.*.apiKey": "Provider API key for Talk mode.",
|
||||
"talk.voiceId":
|
||||
"Default ElevenLabs voice ID for Talk mode (iOS/macOS/Android). Falls back to ELEVENLABS_VOICE_ID or SAG_VOICE_ID when unset.",
|
||||
"Legacy ElevenLabs default voice ID for Talk mode. Prefer talk.providers.elevenlabs.voiceId.",
|
||||
"talk.voiceAliases":
|
||||
'Optional map of friendly names to ElevenLabs voice IDs for Talk directives (for example {"Clawd":"EXAVITQu4vr4xnSDxMaL"}).',
|
||||
"talk.modelId": "Default ElevenLabs model ID for Talk mode (default: eleven_v3).",
|
||||
'Legacy ElevenLabs voice alias map (for example {"Clawd":"EXAVITQu4vr4xnSDxMaL"}). Prefer talk.providers.elevenlabs.voiceAliases.',
|
||||
"talk.modelId":
|
||||
"Legacy ElevenLabs model ID for Talk mode (default: eleven_v3). Prefer talk.providers.elevenlabs.modelId.",
|
||||
"talk.outputFormat":
|
||||
"Default ElevenLabs output format for Talk mode (for example pcm_44100 or mp3_44100_128).",
|
||||
"talk.apiKey": "ElevenLabs API key for Talk mode. Falls back to ELEVENLABS_API_KEY when unset.",
|
||||
"Legacy ElevenLabs output format for Talk mode (for example pcm_44100 or mp3_44100_128). Prefer talk.providers.elevenlabs.outputFormat.",
|
||||
"talk.apiKey":
|
||||
"Legacy ElevenLabs API key for Talk mode. Prefer talk.providers.elevenlabs.apiKey (fallback: ELEVENLABS_API_KEY).",
|
||||
"talk.interruptOnSpeech":
|
||||
"If true (default), stop assistant speech when the user starts speaking in Talk mode.",
|
||||
"agents.list.*.skills":
|
||||
|
||||
Reference in New Issue
Block a user