joshuarauh commited on
Commit
ed53fd2
·
verified ·
1 Parent(s): 1d8b45f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-4o", # Using GPT-4 Omega model
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}