Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def respond(message, history):
|
|
12 |
|
13 |
messages = [
|
14 |
{"role":"system",
|
15 |
-
"content":"You are a
|
16 |
}
|
17 |
]
|
18 |
|
|
|
12 |
|
13 |
messages = [
|
14 |
{"role":"system",
|
15 |
+
"content":"You are a friendly chatbot!"
|
16 |
}
|
17 |
]
|
18 |
|