glm-4.7-flash / entrypoint.sh
cometapii's picture
Upload 3 files
2fb3ee9 verified
raw
history blame contribute delete
139 Bytes
#!/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