osborn 0.9.202 → 0.9.203
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/voice-io.js +1 -14
- package/package.json +1 -1
package/dist/voice-io.js
CHANGED
|
@@ -25,20 +25,7 @@ export function createSTT(config) {
|
|
|
25
25
|
maxEndpointDelayMs: 2500, // 2.5s runway — long enough for thinking pauses ("um", mid-clause hesitations)
|
|
26
26
|
endpointLatencyAdjustmentLevel: 2, // balanced — semantic model distinguishes pause vs end; 3 was cutting off long turns
|
|
27
27
|
context: {
|
|
28
|
-
terms: [
|
|
29
|
-
// Models + providers
|
|
30
|
-
'Claude', 'Anthropic', 'Sonnet', 'Haiku', 'Opus', 'Soniox', 'Deepgram', 'OpenRouter',
|
|
31
|
-
// Infra + services
|
|
32
|
-
'LiveKit', 'Supabase', 'Railway', 'Fly.io', 'GitHub', 'Vercel',
|
|
33
|
-
// Languages + runtimes
|
|
34
|
-
'TypeScript', 'JavaScript', 'React', 'Next.js', 'Node.js', 'tsx',
|
|
35
|
-
// Package management
|
|
36
|
-
'npm', 'pnpm', 'yarn',
|
|
37
|
-
// Project-specific
|
|
38
|
-
'osborn', 'Dispatcher', 'IVDE', 'fast brain', 'WebSocket',
|
|
39
|
-
// Business / Meta context
|
|
40
|
-
'Meta', 'Instagram', 'OAuth', 'config ID', 'callback URL',
|
|
41
|
-
],
|
|
28
|
+
terms: ['Claude', 'TypeScript', 'LiveKit', 'Deepgram', 'npm', 'Railway', 'Fly.io'],
|
|
42
29
|
},
|
|
43
30
|
});
|
|
44
31
|
case 'deepgram':
|