fix: add Transcription Turn Start for non external STTs

This commit is contained in:
Abhishek Kumar 2026-07-18 15:59:30 +05:30
parent f635abb312
commit aad6be1e32
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" && (