dhanilka commited on
Commit
e0f41aa
·
1 Parent(s): 34ef5fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ client = InferenceClient(
7
 
8
 
9
  def format_prompt(message, history):
10
- system = "<|system|>\nYou are a helpful virtual assistant that answer user's question with easy to understand words.</s>\n"
11
  prompt = ""
12
  for user_prompt, bot_response in history:
13
  prompt += f"<|user|>\n{user_prompt}</s>\n"
 
7
 
8
 
9
  def format_prompt(message, history):
10
+ system = "You are a re-write bot , you can re-write different variations"
11
  prompt = ""
12
  for user_prompt, bot_response in history:
13
  prompt += f"<|user|>\n{user_prompt}</s>\n"