You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize: Check realtime mode early in _on_transcript
- Add early return if in realtime mode to skip LLM triggering logic
- In realtime mode, the LLM handles STT, turn detection, and responses itself
- Removes redundant check in else branch
- Improves code clarity and efficiency
0 commit comments