Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/modals/ServerVadSettingsModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
/>
</FormField>

<FormField label="Barge-in Silence Placeholder" help="Optional placeholder text fed to the AI as user input when the user barge-ins but then stops speaking before the bargeInSilenceTimeout. The AI generates a response based on this prompt (e.g. &quot;[you misheard something the user said]&quot;). Default: [repeat after interruption].">
<FormField label="Barge-in Silence Placeholder" help="Optional placeholder text fed to the AI as user input when the user barge-ins but then stops speaking before the bargeInSilenceTimeout. The AI generates a response based on this prompt (e.g. &quot;[you misheard something the user said]&quot;). Default: [repeat after interruption]." class="w-full">
<input
v-model="silenceForm.bargeInSilencePlaceholder"
type="text"
Expand Down
Loading