X commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -877,4 +877,5 @@ def chat():
|
|
| 877 |
return jsonify({'response': f"📊 Память: {len(chat_memory.data)} пар, Шагов: {agent.total_steps}"})
|
| 878 |
|
| 879 |
elif message == '/train':
|
| 880 |
-
return json
|
|
|
|
|
|
| 877 |
return jsonify({'response': f"📊 Память: {len(chat_memory.data)} пар, Шагов: {agent.total_steps}"})
|
| 878 |
|
| 879 |
elif message == '/train':
|
| 880 |
+
return json
|
| 881 |
+
|