llm / backend /dev.sh
github-actions[bot]
GitHub deploy: bccc6e08ccf3e06607a2c6e3ca5f59455b3ceaaf
a733dcb
Raw
History Blame Contribute Delete
100 Bytes
PORT="${PORT:-8080}"
uvicorn main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload