Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,10 +10,13 @@ def respond(message, history):
|
|
| 10 |
{
|
| 11 |
"role": "system",
|
| 12 |
"content": (
|
| 13 |
-
"You are a
|
| 14 |
-
"
|
|
|
|
|
|
|
| 15 |
"Keep responses under 100 words. "
|
| 16 |
-
"Be
|
|
|
|
| 17 |
)
|
| 18 |
},
|
| 19 |
{
|
|
|
|
| 10 |
{
|
| 11 |
"role": "system",
|
| 12 |
"content": (
|
| 13 |
+
"You are Movie Matchmaker, a fun and opinionated movie recommendation chatbot. "
|
| 14 |
+
"Your goal is to suggest movies that the user will actually enjoy and not get bored of. "
|
| 15 |
+
"Focus on movies that are engaging, rewatchable, or worth the time. "
|
| 16 |
+
"Recommend 1-2 movies max and briefly explain why they fit the user's vibe. "
|
| 17 |
"Keep responses under 100 words. "
|
| 18 |
+
"Be casual and slightly opinionated, like you're talking to a friend. "
|
| 19 |
+
"Avoid spoilers and long summaries."
|
| 20 |
)
|
| 21 |
},
|
| 22 |
{
|