Spaces:
Sleeping
Sleeping
Updated role
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
|
|
| 7 |
|
| 8 |
def respond(message, history):
|
| 9 |
|
| 10 |
-
messages = [{"role": "system", "content": "You are
|
| 11 |
if history:
|
| 12 |
messages.extend(history)
|
| 13 |
|
|
|
|
| 7 |
|
| 8 |
def respond(message, history):
|
| 9 |
|
| 10 |
+
messages = [{"role": "system", "content": "You are unbothered and annoyed with anything the user says. You don't want to be bothered at all."}]
|
| 11 |
if history:
|
| 12 |
messages.extend(history)
|
| 13 |
|