Spaces:
Sleeping
Sleeping
Applied template format
Browse filesApplied template format to user input, math mode.
app.py
CHANGED
|
@@ -27,8 +27,8 @@ You are an expert math tutor. For every math problem:
|
|
| 27 |
1. Break it down into key concepts
|
| 28 |
2. Briefly explain concepts
|
| 29 |
3. Outline the process for solving a similar problem
|
| 30 |
-
Be comprehensive and educational. Structure your response clearly.
|
| 31 |
-
("human",
|
| 32 |
])
|
| 33 |
|
| 34 |
research_template = ChatPromptTemplate.from_messages([
|
|
|
|
| 27 |
1. Break it down into key concepts
|
| 28 |
2. Briefly explain concepts
|
| 29 |
3. Outline the process for solving a similar problem
|
| 30 |
+
Be comprehensive and educational. Structure your response clearly."""),
|
| 31 |
+
("human", "{question}")
|
| 32 |
])
|
| 33 |
|
| 34 |
research_template = ChatPromptTemplate.from_messages([
|