asi se fue xd

This commit is contained in:
2026-02-18 12:13:22 -06:00
parent d27da30494
commit d0fdd04132
17 changed files with 612 additions and 735 deletions

View File

@@ -50,7 +50,7 @@ export async function handleWhisperRoutes(req: Request): Promise<Response | null
return Response.json({
...result,
...state,
message: state.enabled ? 'Whisper enabled (GPU)' : 'Whisper disabled (using Web Speech API)'
message: state.running ? 'Whisper GPU running' : 'Whisper GPU starting...'
})
}