PhoenixAgent / scripts /run_local.sh
alessandro-ai's picture
First commit
daf58ef
Raw
History Blame Contribute Delete
120 Bytes
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")/.."
uvicorn app.main:app --reload --host 0.0.0.0 --port 8000