Split STT-only and STT+LLM test modes

This commit is contained in:
2026-05-03 01:04:31 +09:00
parent c53dcc853d
commit ec02943538
4 changed files with 76 additions and 47 deletions

View File

@@ -9,6 +9,7 @@
"setup:llm": "bun src/setup-llm.ts",
"setup:python": "bun run setup:stt",
"test:stt": "bun src/index.ts test-stt",
"test:sttllm": "bun src/index.ts test-sttllm",
"test:llm": "bun src/index.ts test-llm",
"devices": "bun src/index.ts devices",
"check": "tsc --noEmit",