#!/bin/bash set -e echo "==> Starting GLM-4.7-Flash GGUF API..." exec uvicorn app:app --host 0.0.0.0 --port 7860 --timeout-keep-alive 300