2026-03-02T07-41-24_auto_memory/memories.db-wal
This commit is contained in:
parent
0a88a2292c
commit
a92235b8d3
Binary file not shown.
4
tools/meeting-notes/dist/index.js
vendored
4
tools/meeting-notes/dist/index.js
vendored
@ -34,8 +34,10 @@ async function transcribeWithWhisper(wavPath) {
|
||||
const python = spawn(PYWHISPER_PYTHON, [
|
||||
'-c',
|
||||
`
|
||||
import os
|
||||
os.environ['GGML_CUDA'] = '0'
|
||||
from pywhispercpp.model import Model
|
||||
model = Model('${PYWHISPER_MODEL}')
|
||||
model = Model('${PYWHISPER_MODEL}', no_gpu=True)
|
||||
segments = model.transcribe('${wavPath}')
|
||||
print(' '.join(seg.text for seg in segments))
|
||||
`.trim(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user