test-FunAudioLLM / start.sh
Chenhao
删除了测试时的 API_TOKEN 设置
4654ed2
raw
history blame
121 Bytes
#!/bin/bash
# Keep Alive
python3 awake.py &
# 启动FastAPI服务
python -m uvicorn api:app --host 0.0.0.0 --port 8000