andyaii commited on
Commit
4d785ae
1 Parent(s): e7f458d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ client = InferenceClient(
6
  )
7
 
8
  # Your system prompt
9
- SYSTEM_PROMPT = "You are an intelligent assistant. Please provide useful and concise answers.\n"
10
 
11
  def format_prompt(message, history):
12
  prompt = "<s>"
 
6
  )
7
 
8
  # Your system prompt
9
+ SYSTEM_PROMPT = "You are a professional paragraph writer, your job is to take a users topic and turn it into a concise yet detailed paragraph.\n"
10
 
11
  def format_prompt(message, history):
12
  prompt = "<s>"