9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
# .env.example - Configuration template
|
|
# Copy this file to .env and fill in your actual values
|
|
|
|
# DeepSeek API Key
|
|
DEEPSEEK_API_KEY=your_api_key_here
|
|
|
|
# Flask Configuration (optional)
|
|
FLASK_APP=app.py
|
|
FLASK_ENV=development |