fix: suppress VAD debug logs, spotify no-device graceful, filter tool names from response
Some checks failed
Deploy / deploy (push) Failing after 45s

This commit is contained in:
Cosmo
2026-05-01 11:25:15 +00:00
parent 70284c69cf
commit a94a40ffc6
3 changed files with 43 additions and 12 deletions

View File

@@ -114,6 +114,7 @@ export default function VoiceController() {
model: 'v5',
baseAssetPath: '/vad/',
onnxWASMBasePath: '/vad/',
logLevel: 'error',
ortConfig: (ort: any) => {
ort.env.wasm.numThreads = 1
ort.env.wasm.simd = true