feat: Multi-user system with PostgreSQL - WIP temporary save

This commit is contained in:
TIANHE
2026-01-14 05:29:55 +08:00
parent 996e3b38fe
commit 61a5e5e6aa
68 changed files with 91057 additions and 1920 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ def chat_message():
})
@ai_chat_bp.route('/chat/history', methods=['POST'])
@ai_chat_bp.route('/chat/history', methods=['GET'])
def get_chat_history():
"""Return empty history (compatibility stub)."""
return jsonify({'code': 1, 'msg': 'success', 'data': []})