start.sh 105 B

123456
  1. #!/bin/bash
  2. echo "🚀 启动 Ai Server..."
  3. # 运行主程序
  4. uvicorn app.main:app --reload --port 8000