We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54c21e commit a921ac8Copy full SHA for a921ac8
.changeset/giant-ghosts-serve.md
@@ -0,0 +1,5 @@
1
+---
2
+'@livekit/agents-plugin-openai': patch
3
4
+
5
+use semantic vad as realtime api's default turn detection
plugins/openai/src/realtime/realtime_model.ts
@@ -90,10 +90,8 @@ class CreateResponseHandle {
90
const DEFAULT_FIRST_RETRY_INTERVAL_MS = 100;
91
const DEFAULT_TEMPERATURE = 0.8;
92
const DEFAULT_TURN_DETECTION: api_proto.TurnDetectionType = {
93
- type: 'server_vad',
94
- threshold: 0.5,
95
- prefix_padding_ms: 300,
96
- silence_duration_ms: 200,
+ type: 'semantic_vad',
+ eagerness: 'medium',
97
create_response: true,
98
interrupt_response: true,
99
};
0 commit comments