Spaces:
Sleeping
Sleeping
| # 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 | |