File size: 136 Bytes
85b40e0 | 1 2 3 4 5 | #!/bin/bash
set -e
echo "Initialising Load Balancer of NPMAI LLM"
exec python3 -m uvicorn app:app --host 0.0.0.0 --port "${PORT:-7860}" |
85b40e0 | 1 2 3 4 5 | #!/bin/bash
set -e
echo "Initialising Load Balancer of NPMAI LLM"
exec python3 -m uvicorn app:app --host 0.0.0.0 --port "${PORT:-7860}" |