fix: add Transcription Turn Start for non external STTs (#559)

This commit is contained in:
Abhishek 2026-07-18 16:00:10 +05:30 committed by GitHub
parent f635abb312
commit 104dc56706
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 19 deletions

View file

@ -647,6 +647,11 @@ function GeneralSection({
</Select>
<p className="text-xs text-muted-foreground">
{selectedTurnStartStrategy?.description}
{turnStartStrategy === "provisional_vad" && (
<span className="ml-2 inline-flex rounded-full bg-muted px-2 py-0.5 text-[10px] font-medium text-muted-foreground">
Experimental
</span>
)}
</p>
</div>
{turnStartStrategy === "min_words" && (