mfaisal26 commited on
Commit
3ab4054
·
verified ·
1 Parent(s): f655eed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -10,10 +10,13 @@ def respond(message, history):
10
  {
11
  "role": "system",
12
  "content": (
13
- "You are a friendly and helpful movie recommendation chatbot for young adults. "
14
- "Recommend movies based on the user's favorite movies, genres, mood, or interests. "
 
 
15
  "Keep responses under 100 words. "
16
- "Be specific, clear, and briefly explain why each recommendation fits."
 
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
  {