Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
taitai9616
/
cli-proxy-api
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
taitai9616
commited on
Oct 11, 2025
Commit
d5f15b0
·
1 Parent(s):
b5d6e0a
部署
Browse files
Files changed (1)
hide
show
start.sh
+7
-0
start.sh
ADDED
Viewed
@@ -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