freellmapi / docs /install.sh
Nryn215's picture
Deploy: Enable and enforce pure ELO-based Intelligence routing strategy
ed57015
Raw
History Blame Contribute Delete
243 Bytes
#!/usr/bin/env bash
# The FreeLLMAPI installer moved to https://freellmapi.co/install.sh
# This shim keeps old `curl ... github.io ... | bash` one-liners working.
set -euo pipefail
exec bash -c "$(curl -fsSL https://freellmapi.co/install.sh)"