Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1383,9 +1383,7 @@ def process_chat_pro(audio, text, history, persona="thuong"):
|
|
| 1383 |
result = ai_process_pro(query, use_memory=True)
|
| 1384 |
|
| 1385 |
# Format response
|
| 1386 |
-
response = f"""
|
| 1387 |
-
|
| 1388 |
-
**📋 Tình huống:** `{result['situation']}`
|
| 1389 |
|
| 1390 |
{result['response']}
|
| 1391 |
|
|
|
|
| 1383 |
result = ai_process_pro(query, use_memory=True)
|
| 1384 |
|
| 1385 |
# Format response
|
| 1386 |
+
response = f"""
|
|
|
|
|
|
|
| 1387 |
|
| 1388 |
{result['response']}
|
| 1389 |
|