feat: FAM-Edge chat proxy + PyMySQL migration for FAM-UI + config update
- FAM-Edge: add /api/edge/chat proxy endpoint forwarding to local Ollama (Ollama port 11434 not exposed externally, FAM-Edge acts as reverse proxy) - FAM-Core config: edge_url and ollama_url switched from Tailscale IP to Oracle public IP (Tailscale firewall blocking between NAS and Oracle) - FAM-UI: migrate mysql.connector to PyMySQL (same as FAM-Core) - FAM-UI: cursor(dictionary=True) replaced with cursorclass=DictCursor - End-to-end chat verified: FAM-Core -> FAM-Edge proxy -> Ollama -> response Answer: 今天没有观察到张三 (no events in DB yet, expected)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
streamlit>=1.30.0
|
||||
mysql-connector-python>=8.3.0
|
||||
PyMySQL>=1.1.0
|
||||
pandas>=2.1.0
|
||||
requests>=2.31.0
|
||||
PyYAML>=6.0
|
||||
|
||||
Reference in New Issue
Block a user