feat: 初始化项目,基于 ai-chat-app v3.14.4
This commit is contained in:
+1468
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,2 @@
|
||||
flask>=2.0.0
|
||||
flask-cors>=3.0.0
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd "$(dirname "$0")"
|
||||
pip install -r requirements.txt -q
|
||||
python app.py
|
||||
Reference in New Issue
Block a user