baconnier commited on
Commit
d6faeaa
1 Parent(s): 8910331

Update app.py

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