Spaces:
Running
Running
Update state_orchestrator.py
Browse files- state_orchestrator.py +5 -1
state_orchestrator.py
CHANGED
@@ -362,7 +362,11 @@ class StateOrchestrator:
|
|
362 |
await self.event_bus.publish(Event(
|
363 |
type=EventType.STT_STARTED,
|
364 |
session_id=session_id,
|
365 |
-
data={
|
|
|
|
|
|
|
|
|
366 |
))
|
367 |
|
368 |
# Send STT ready signal to frontend
|
|
|
362 |
await self.event_bus.publish(Event(
|
363 |
type=EventType.STT_STARTED,
|
364 |
session_id=session_id,
|
365 |
+
data={
|
366 |
+
"locale": locale,
|
367 |
+
"interim_results": True,
|
368 |
+
"vad_enabled": True
|
369 |
+
},
|
370 |
))
|
371 |
|
372 |
# Send STT ready signal to frontend
|