feat: 初始化项目,基于 ai-chat-app v3.14.4

This commit is contained in:
2026-04-29 17:24:32 +08:00
commit 4f2d107a8e
14 changed files with 12420 additions and 0 deletions
+1468
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -0,0 +1,2 @@
flask>=2.0.0
flask-cors>=3.0.0
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
cd "$(dirname "$0")"
pip install -r requirements.txt -q
python app.py