Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -606,6 +606,14 @@ Please provide:
|
|
| 606 |
4. A numerical score out of 100 based on the criteria above
|
| 607 |
5. Finally, present a complete revised solution to which you would award a score of 100
|
| 608 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 609 |
Format your response with clear headers and bullet points."""
|
| 610 |
|
| 611 |
# Call OpenAI API
|
|
|
|
| 606 |
4. A numerical score out of 100 based on the criteria above
|
| 607 |
5. Finally, present a complete revised solution to which you would award a score of 100
|
| 608 |
|
| 609 |
+
Important: When writing mathematical expressions, use these formatting rules re LaTeX
|
| 610 |
+
- Use $ for inline math
|
| 611 |
+
- Use $$ on separate lines for equations
|
| 612 |
+
- Put each solution step on its own line in $$ $$
|
| 613 |
+
- DO NOT use \\begin{{aligned}} or similar environments
|
| 614 |
+
- When writing questions involving currency expressed in dollars NEVER use the `$` symbol as it will be interepreted as math mode. ALWAYS write out the word dollars.
|
| 615 |
+
* Example: 1000 dollars
|
| 616 |
+
|
| 617 |
Format your response with clear headers and bullet points."""
|
| 618 |
|
| 619 |
# Call OpenAI API
|