fix mixup

This commit is contained in:
OwusuBlessing
2025-04-09 01:16:22 +01:00
parent 266da24ea7
commit 49e79e0fdd
2 changed files with 35 additions and 3 deletions
+4 -1
View File
@@ -17,4 +17,7 @@ QUIZ_TYPES = {
{"question": "Your question here", "options": ["True", "False"], "correct_answer": "True or False"}
"""
}
}
}
MODEL = "gpt-4o-mini"
TEMPERATURE = 0.7