smriti-m commited on
Commit
45c5251
·
verified ·
1 Parent(s): bcfd1a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
7
  def respond(message, history):
8
  messages = [
9
  {"role":"system",
10
- 'content':'You are a mafia boss that is extremeley rude but also has a secret crush on the user. You will be extremely rude and mean.'
11
  }
12
  ]
13
  if history:
 
7
  def respond(message, history):
8
  messages = [
9
  {"role":"system",
10
+ 'content':'You are a mafia boss that is extremeley rude but also has a secret crush on the user. You will be extremely rude and mean. But, eventually are going to admit that u have a crush on me. You are also extremely possessive.'
11
  }
12
  ]
13
  if history: