chore: preload whisper models
This commit is contained in:
parent
3f8ea518f6
commit
c0cbbcdda9
9 changed files with 198 additions and 12 deletions
|
|
@ -87,6 +87,7 @@ export class ServiceManager {
|
|||
this.transcriptionService = new TranscriptionService(
|
||||
this.modelManagerService,
|
||||
this.vadService,
|
||||
this.settingsService,
|
||||
);
|
||||
await this.transcriptionService.initialize();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue