Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def get_streamed_response(message, history):
|
|
39 |
# Include system prompt
|
40 |
all_messages.append({
|
41 |
"role": "system",
|
42 |
-
"content": "You are a
|
43 |
})
|
44 |
# Add previous messages to history
|
45 |
for msg in history:
|
|
|
39 |
# Include system prompt
|
40 |
all_messages.append({
|
41 |
"role": "system",
|
42 |
+
"content": "You are a knowledgeable and friendly assistant. Respond concisely and maintain a friendly tone."
|
43 |
})
|
44 |
# Add previous messages to history
|
45 |
for msg in history:
|