ollama-api / start.sh
huduo's picture
Update start.sh
190a0c0 verified
raw
history blame contribute delete
116 Bytes
#!/bin/bash
# 启动 FastAPI 应用
echo "Starting FastAPI..."
uvicorn app:app --host 0.0.0.0 --port 8080 --reload