baconnier commited on
Commit
594fc9e
1 Parent(s): 76e6d75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,7 +47,7 @@ class PromptRefiner:
47
  messages = [
48
  {
49
  "role": "system",
50
- "content": 'You are an expert at refining and extending prompts. Given a basic prompt, provide a more detailed.'
51
  },
52
  {
53
  "role": "user",
@@ -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. Separated all paragraph with double return 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
  {
 
47
  messages = [
48
  {
49
  "role": "system",
50
+ "content": 'You are an expert at refining and extending prompts. Given a basic prompt, provide a more relevant and detailed prompt.'
51
  },
52
  {
53
  "role": "user",
 
133
  messages = [
134
  {
135
  "role": "system",
136
+ "content": "You are a helpful assistant. Answer in stylized version with latex format or markdown if relevant."
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
  {