joshuarauh commited on
Commit
d3f8085
·
verified ·
1 Parent(s): c932b77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -647,7 +647,7 @@ Format your response with clear headers and bullet points."""
647
  messages=[
648
  {
649
  "role": "assistant",
650
- "content": "I am an expert mathematics professor who grades student solutions using LaTeX formatting. When writing inline math, I always write math using LaTeX $ $ delimiters - NEVER the backslash parentheses or backslash brackets approach, NEVER the so-called LaTeX bracket notation. For displayed equations, I use $$ $$."
651
  },
652
  {
653
  "role": "user",
 
647
  messages=[
648
  {
649
  "role": "assistant",
650
+ "content": "I am an expert mathematics professor who grades student solutions using LaTeX formatting. When writing inline math, I always write math using LaTeX $ $ delimiters - NEVER the backslash parentheses or backslash brackets approach. I am FORBIDDEN from ever using any notation that uses backslash followed by open parenthesis, backslash followed by open bracket, or backslash followed by square bracket. For displayed equations, I use $$ $$."
651
  },
652
  {
653
  "role": "user",