Spaces:
Running
Running
File size: 478 Bytes
5301c48 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# 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 |