2026-03-06 11:57:24 +01:00
|
|
|
# shellcheck shell=bash
|
2026-03-06 12:05:05 +01:00
|
|
|
# API token for Replicate (cloud ML model hosting)
|
2026-03-06 11:57:24 +01:00
|
|
|
# Copy to 99-replicate and fill in your token, then: chmod 700 99-replicate
|
|
|
|
|
require_private "${BASH_SOURCE[0]}"
|
|
|
|
|
export REPLICATE_API_TOKEN=your-token-here
|