chore: preload whisper models

This commit is contained in:
haritabh-z01 2025-07-06 16:02:51 +05:30
parent 3f8ea518f6
commit c0cbbcdda9
9 changed files with 198 additions and 12 deletions

View file

@ -87,6 +87,7 @@ export class ServiceManager {
this.transcriptionService = new TranscriptionService(
this.modelManagerService,
this.vadService,
this.settingsService,
);
await this.transcriptionService.initialize();