Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Upload folder using huggingface_hub
Browse files
modules/quiz/answer_validator.py
CHANGED
|
@@ -40,7 +40,7 @@ Rules:
|
|
| 40 |
|
| 41 |
|
| 42 |
response = client.chat.completions.parse(
|
| 43 |
-
model="gpt-
|
| 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 |
)
|