Spaces:
Paused
Paused
| # Starfish Environment Variables | |
| # Copy this file to .env and customize for your local environment | |
| # DO NOT commit the .env file to version control | |
| # Environment type (DEV, STAGING, PROD) | |
| ENV=DEV | |
| # API Keys (replace with your own) | |
| OPENAI_API_KEY=your_openai_api_key_here | |
| ANTHROPIC_API_KEY=your_anthropic_api_key_here | |
| HUGGING_FACE_HUB_TOKEN=your_huggingface_token_here | |
| TELEMETRY_ENABLED=true | |
| # Logging | |
| LOG_LEVEL=INFO | |
| # STARFISH_LOCAL_STORAGE_DIR= | |
| JINA_AI_API_KEY=jina_api_key |