Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -638,7 +638,7 @@ Format your response with clear headers and bullet points."""
|
|
638 |
|
639 |
# Call OpenAI API
|
640 |
response = openai.chat.completions.create(
|
641 |
-
model="gpt-
|
642 |
messages=[
|
643 |
{"role": "system", "content": "You are an expert mathematics professor grading student solutions."},
|
644 |
{"role": "user", "content": verification_prompt}
|
|
|
638 |
|
639 |
# Call OpenAI API
|
640 |
response = openai.chat.completions.create(
|
641 |
+
model="gpt-o1", # Using o1 now
|
642 |
messages=[
|
643 |
{"role": "system", "content": "You are an expert mathematics professor grading student solutions."},
|
644 |
{"role": "user", "content": verification_prompt}
|