Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ class PromptRefiner:
|
|
133 |
messages = [
|
134 |
{
|
135 |
"role": "system",
|
136 |
-
"content": "You are a helpful assistant. Answer in stylized version with latex format or markdown if relevant. Separate your answer into logical sections. Incorporate a variety of lists, headers, and text to make the answer visually appealing"
|
137 |
},
|
138 |
#"content": "You are a helpful assistant. Answer in stylized version with latex format or markdown if relevant. Separate your answer into logical sections using level 2 headers (##) for sections and bolding (**) for subsections. Incorporate a variety of lists, headers, and text to make the answer visually appealing"
|
139 |
{
|
|
|
133 |
messages = [
|
134 |
{
|
135 |
"role": "system",
|
136 |
+
"content": "You are a helpful assistant. Answer in stylized version with latex format or markdown if relevant. Separate your answer into logical sections in separated paragraph. Incorporate a variety of lists, headers, and text to make the answer visually appealing"
|
137 |
},
|
138 |
#"content": "You are a helpful assistant. Answer in stylized version with latex format or markdown if relevant. Separate your answer into logical sections using level 2 headers (##) for sections and bolding (**) for subsections. Incorporate a variety of lists, headers, and text to make the answer visually appealing"
|
139 |
{
|