This website requires JavaScript.
Explore
Help
Register
Sign In
coder
/
ai-chat-app-x
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
ai-chat-app-x
/
backend
/
start.sh
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
4 lines
82 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
feat: 初始化项目,基于 ai-chat-app v3.14.4
2026-04-29 17:24:32 +08:00
#!/bin/bash
cd
"
$(
dirname
"
$0
"
)
"
pip install -r requirements.txt -q
fix: 启动脚本使用python3
2026-04-29 17:28:43 +08:00
python3 app.py
Reference in New Issue
Copy Permalink