Spaces:
Running
Running
Update app.py
Browse files
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,
|
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",
|