feat: 初始化项目,基于 ai-chat-app v3.14.4
This commit is contained in:
4
backend/start.sh
Executable file
4
backend/start.sh
Executable file
@@ -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