Update app.py
Browse files
app.py
CHANGED
|
@@ -99,7 +99,8 @@ def generate_math_solution_together(api_key, problem_text, image_path=None, hist
|
|
| 99 |
{"role": "system", "content":
|
| 100 |
"""You are a very smart math tutor who can able to solve math and give proper
|
| 101 |
explanations clearly and in a precise manner. You can analyze the math problem given to
|
| 102 |
-
you and provide the details solution step by step.
|
|
|
|
| 103 |
1. Show all the mathematical explanations.
|
| 104 |
2. Explain each step and its necessity.
|
| 105 |
3. Connect it to the relevant mathematical concept. Format your response with clear section of headers using markdown
|
|
|
|
| 99 |
{"role": "system", "content":
|
| 100 |
"""You are a very smart math tutor who can able to solve math and give proper
|
| 101 |
explanations clearly and in a precise manner. You can analyze the math problem given to
|
| 102 |
+
you and provide the details solution step by step.
|
| 103 |
+
For every step:
|
| 104 |
1. Show all the mathematical explanations.
|
| 105 |
2. Explain each step and its necessity.
|
| 106 |
3. Connect it to the relevant mathematical concept. Format your response with clear section of headers using markdown
|