2026-03-02T07-29-01_auto_memory/memories.db-wal

This commit is contained in:
Nicholai Vogel 2026-03-02 00:29:01 -07:00
parent 2e69f53e6b
commit 31ff29916a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -308,7 +308,7 @@ class MeetingNotesBot {
return;
}
const text = await transcribeWithOnnxAsr(wavFile);
const text = await transcribeWithWhisper(wavFile);
unlinkSync(wavFile);
if (text) {