freellmapi / docs /install.ps1
Nryn215's picture
Deploy: Enable and enforce pure ELO-based Intelligence routing strategy
ed57015
Raw
History Blame Contribute Delete
271 Bytes
# The FreeLLMAPI Windows installer lives at https://freellmapi.co/install.ps1
# This shim keeps old `iwr ... github.io ... | iex` one-liners working.
$ErrorActionPreference = 'Stop'
Invoke-Expression (Invoke-RestMethod -UseBasicParsing https://freellmapi.co/install.ps1)