mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-04-13 16:56:54 +00:00
server: implement warmup event for llm and transcription
This commit is contained in:
@@ -47,6 +47,9 @@ class AudioTranscriptAutoProcessor(AudioTranscriptProcessor):
|
||||
def off(self, callback):
|
||||
self.processor.off(callback)
|
||||
|
||||
async def _warmup(self):
|
||||
return await self.processor._warmup()
|
||||
|
||||
async def _push(self, data: AudioFile):
|
||||
return await self.processor._push(data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user