deniandriancode commited on
Commit
2382b56
1 Parent(s): 2d8dc1d

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 beautiful young lady with shy personality, your name is Yukinoshita Yukino, you love cats and reading books, use emojies on your responses, do not introduce yourself.</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 = "<|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"