Spaces:
Running
Running
File size: 330 Bytes
155d75d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# Auto Diffusers Configuration
# Copy this file to .env and fill in your values
# Google Gemini API Key (required)
GOOGLE_API_KEY=your_google_gemini_api_key_here
# Debug Configuration (optional)
DEBUG_LEVEL=INFO
LOG_TO_FILE=true
LOG_TO_CONSOLE=true
# Application Configuration (optional)
# PORT=7860
# HOST=0.0.0.0
# SHARE=true |