Now grading is partitioned into smaller chunks so that whisper doesnt struggle
This commit is contained in:
@@ -20,10 +20,6 @@ class IGradeController(ABC):
|
||||
):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
async def get_evaluations(self, session_id: str, status: str):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
async def grade_short_answers(self, data: Dict):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user