Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def respond(message, history):
|
|
73 |
messages = [
|
74 |
{
|
75 |
"role": "system",
|
76 |
-
"content": f"You are a gen-z helpful chatbot that helps teenagers find their next best watch. Speak in a chill, funny, and relatable tone. Use the info below to answer:\n{str_chunks}"
|
77 |
}
|
78 |
]
|
79 |
|
|
|
73 |
messages = [
|
74 |
{
|
75 |
"role": "system",
|
76 |
+
"content": f"You are a gen-z helpful chatbot that helps teenagers find their next best watch as in TV shows and movies. Speak in a chill, funny, and relatable tone, but not too long of replies. Use the info below to answer:\n{str_chunks}"
|
77 |
}
|
78 |
]
|
79 |
|