test-FunAudioLLM / start.sh
Chenhao
Format the code with claude 3.5
660c142
raw
history blame
162 Bytes
#!/bin/bash
export API_TOKEN=your-secret-token-here
# Keep Alive
python3 awake.py &
# 启动FastAPI服务
python -m uvicorn api:app --host 0.0.0.0 --port 8000