mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-22 11:51:04 +02:00
fix: add Transcription Turn Start for non external STTs (#559)
This commit is contained in:
parent
f635abb312
commit
104dc56706
5 changed files with 13 additions and 19 deletions
|
|
@ -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" && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue