asi se fue xd
This commit is contained in:
@@ -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...'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user