Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAgassi committed Nov 24, 2024
1 parent 3f7e34e commit d247ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/utils/grok.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ async def query_grok_quiz(content: str) -> str:
{
"question": "What is the integral of 2x dx?",
"options": ["x^2", "x^2 + C", "2x^2", "2x^2 + C"],
"correctAnswer": 1
"correctAnswer": 2
}
]
Expand Down

0 comments on commit d247ee9

Please sign in to comment.