vikramvasudevan commited on
Commit
d198bbf
·
verified ·
1 Parent(s): 36c0ef0

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. modules/quiz/answer_validator.py +1 -1
modules/quiz/answer_validator.py CHANGED
@@ -40,7 +40,7 @@ Rules:
40
 
41
 
42
  response = client.chat.completions.parse(
43
- model="gpt-5-nano",
44
  messages=[{"role": "user", "content": prompt}],
45
  response_format=AnswerValidation,
46
  )
 
40
 
41
 
42
  response = client.chat.completions.parse(
43
+ model="gpt-4o-mini",
44
  messages=[{"role": "user", "content": prompt}],
45
  response_format=AnswerValidation,
46
  )