mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-07-09 22:04:21 +00:00
First commit
This commit is contained in:
4
scripts/run_ai_gateway.sh
Normal file
4
scripts/run_ai_gateway.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
cd "$(dirname "$0")/../apps/ai_gateway"
|
||||
uvicorn app.main:app --host 0.0.0.0 --port 9100 --reload
|
||||
Reference in New Issue
Block a user