Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def interact(user_input, history, interaction_count):
|
|
78 |
|
79 |
# Concatenate a final message if max interactions are reached
|
80 |
if interaction_count >= MAX_INTERACTIONS - 1:
|
81 |
-
user_input += ".
|
82 |
|
83 |
messages = history + [{"role": "user", "content": user_input}]
|
84 |
|
|
|
78 |
|
79 |
# Concatenate a final message if max interactions are reached
|
80 |
if interaction_count >= MAX_INTERACTIONS - 1:
|
81 |
+
user_input += ". Thank you for the questions. That's all for now. Goodbye!"
|
82 |
|
83 |
messages = history + [{"role": "user", "content": user_input}]
|
84 |
|