api separation and fixes done

This commit is contained in:
OwusuBlessing
2025-02-11 19:20:53 +01:00
parent b22d4afeb6
commit f430714a3d
6 changed files with 556 additions and 264 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