Now grading is partitioned into smaller chunks so that whisper doesnt struggle
This commit is contained in:
@@ -101,12 +101,3 @@ class EvaluationService(IEvaluationService):
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
async def get_evaluations(self, session_id: str, status: str) -> List[Dict]:
|
||||
return await self._db.find(
|
||||
"evaluation",
|
||||
{
|
||||
"session_id": session_id,
|
||||
"status": status
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user