Daemontatox commited on
Commit
8f09356
·
verified ·
1 Parent(s): f97b7b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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}"