We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa524b8 commit cad4c98Copy full SHA for cad4c98
api/routes/answer.py
@@ -30,7 +30,7 @@ async def get_answer_scores_api(user_id: int, question_id: int, db: Session = De
30
31
return answer_scores
32
33
-@router.post("/{user_id}/{question_id}")
+@router.post("grade/{user_id}/{question_id}")
34
async def grade_answers(
35
user_id: int, question_id: int,
36
answer_data: AnswerSubmit, tokenizer = Depends(get_tokenizer), model = Depends(get_model),
0 commit comments