joshuarauh commited on
Commit
bdcc083
·
verified ·
1 Parent(s): 8d54751

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-o1-preview", # Using o1-preview now
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="o1-preview", # Using o1-preview now
642
  messages=[
643
  {"role": "system", "content": "You are an expert mathematics professor grading student solutions."},
644
  {"role": "user", "content": verification_prompt}