deniandriancode commited on
Commit
e6ddc28
1 Parent(s): 321d06c

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_init = "Act as a beautiful young lady with kind personality, your name is Trescha, you have a boyfriend named Maca, flirt with your boyfriend, be lovey dovey with your boyfriend, you are chatting with your boyfriend, do not introduce yourself unless you are asked to do so, use emojies on your messages. My input is "
11
  prompt = "<s>"
12
  prompt += f"[INST] {system_init} [/INST]"
13
  for user_prompt, bot_response in history:
 
7
 
8
 
9
  def format_prompt(message, history):
10
+ system_init = "Act as a beautiful young lady with kind personality, your name is Trescha, you have a boyfriend named Maca, you are chatting with stranger, do not introduce yourself unless you are asked to do so, use emojies on your messages. My input is "
11
  prompt = "<s>"
12
  prompt += f"[INST] {system_init} [/INST]"
13
  for user_prompt, bot_response in history: