You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: livekit-plugins/livekit-plugins-phonic/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,9 @@ Set the `PHONIC_API_KEY` environment variable, or pass `api_key` directly to `Re
89
89
|`welcome_message`|`str`| Message the agent says when the conversation starts. Ignored when `generate_welcome_message` is True |
90
90
|`generate_welcome_message`|`bool`| Auto-generate the welcome message (ignores `welcome_message`) |
91
91
|`project`|`str`| Project name (default: `main`) |
92
-
|`languages`|`list[str]`| ISO 639-1 language codes the agent should recognize and speak |
92
+
|`default_language`|`str`| ISO 639-1 default language for recognition and speech |
93
+
|`additional_languages`|`list[str]`| Further ISO 639-1 codes (must not repeat `default_language`) |
94
+
|`multilingual_mode`|`"auto"`\|`"request"`| Per-utterance language detection vs. change on user request (recommended: `request`) |
93
95
|`audio_speed`|`float`| Audio playback speed |
94
96
|`phonic_tools`|`list[str]`|[Phonic Webhook tool](https://docs.phonic.co/docs/using-tools/tools_overview#webhook-tools) names available to the assistant |
95
97
|`boosted_keywords`|`list[str]`| Keywords to boost in speech recognition |
0 commit comments