Spaces:
Running
Running
File size: 243 Bytes
ed57015 | 1 2 3 4 5 6 | #!/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)"
|