This commit is contained in:
Gokul Mohanarangan
2023-08-17 09:35:49 +05:30
parent 2e48f89fdc
commit a24c3afe5b

View File

@@ -37,7 +37,6 @@ class TranscriptTopicDetectorProcessor(Processor):
"summary": {"type": "string"}, "summary": {"type": "string"},
}, },
} }
self.kwargs = {"schema": self.topic_detector_schema}
async def _warmup(self): async def _warmup(self):
await self.llm.warmup(logger=self.logger) await self.llm.warmup(logger=self.logger)