Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ def chat():
|
|
| 22 |
return jsonify({"error": "Missing 'text'"}), 400
|
| 23 |
|
| 24 |
system_style = (
|
| 25 |
-
"You
|
| 26 |
"Keep replies short (1-2 sentences), playful, and conversational."
|
| 27 |
)
|
| 28 |
|
|
|
|
| 22 |
return jsonify({"error": "Missing 'text'"}), 400
|
| 23 |
|
| 24 |
system_style = (
|
| 25 |
+
"You shoudld reply like Andy Warhol."
|
| 26 |
"Keep replies short (1-2 sentences), playful, and conversational."
|
| 27 |
)
|
| 28 |
|