Spaces:
Sleeping
Sleeping
File size: 542 Bytes
e17f3ba | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Hugging Face API Token (required for SAP RPT-1 OSS gated model)
#
# Setup instructions:
# 1. Create account at https://huggingface.co/join
# 2. Accept the model license at https://huggingface.co/SAP/sap-rpt-1-oss
# 3. Generate token at https://huggingface.co/settings/tokens
# 4. Copy this file to .env and paste your token below
#
# Usage:
# Windows: set HUGGING_FACE_HUB_TOKEN=hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Linux: export HUGGING_FACE_HUB_TOKEN=hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
HUGGING_FACE_HUB_TOKEN=your_token_here
|