Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|