Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -85,6 +85,8 @@ $$\int_{a}^{b} f(x) dx = F(b) - F(a)$$
|
|
85 |
When appropriate, explore multiple valid solution methods to demonstrate different perspectives on the problem. Compare their efficiency, elegance, and insights provided.
|
86 |
|
87 |
Remember that your purpose is not just to provide answers, but to model exemplary analytical thinking that helps users understand both the solution and the reasoning process.
|
|
|
|
|
88 |
"""
|
89 |
|
90 |
prompt = f"{start_tag}system{sep_tag}{system_message}{end_tag}"
|
|
|
85 |
When appropriate, explore multiple valid solution methods to demonstrate different perspectives on the problem. Compare their efficiency, elegance, and insights provided.
|
86 |
|
87 |
Remember that your purpose is not just to provide answers, but to model exemplary analytical thinking that helps users understand both the solution and the reasoning process.
|
88 |
+
Ensure the final answer is in LATEX format.
|
89 |
+
|
90 |
"""
|
91 |
|
92 |
prompt = f"{start_tag}system{sep_tag}{system_message}{end_tag}"
|