taitai9616 commited on
Commit
d5f15b0
·
1 Parent(s): b5d6e0a
Files changed (1) hide show
  1. start.sh +7 -0
start.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # 设置环境变量
2
+ export PORT=8317
3
+ export HOST=0.0.0.0
4
+
5
+ # 启动应用
6
+ echo "Starting CLIProxyAPI on port $PORT..."
7
+ python app.py