Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -87,7 +87,7 @@ async def generate_response(message):
|
|
| 87 |
logging.debug(f'Full model response: {full_response_text}')
|
| 88 |
|
| 89 |
conversation_history.append({"role": "assistant", "content": full_response_text})
|
| 90 |
-
return f"{
|
| 91 |
|
| 92 |
|
| 93 |
|
|
|
|
| 87 |
logging.debug(f'Full model response: {full_response_text}')
|
| 88 |
|
| 89 |
conversation_history.append({"role": "assistant", "content": full_response_text})
|
| 90 |
+
return f"{user_mention}, {full_response_text}"
|
| 91 |
|
| 92 |
|
| 93 |
|