.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
TEST_API_URL
Test model configuration
TEST_API_KEY
secret
JUDGE_API_URL
Judge model configuration
JUDGE_API_KEY
secret
MAX_RETRIES
RETRY_DELAY
REQUEST_TIMEOUT
LOG_VERBOSITY
brew install flyctl && fly launch --from https://github.com/nousresearch/longform-writing-bench
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/nousresearch/longform-writing-bench
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/nousresearch/longform-writing-bench