diff --git a/.env.example b/.env.example new file mode 100644 index 00000000..6b8a5713 --- /dev/null +++ b/.env.example @@ -0,0 +1,9 @@ +# .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 \ No newline at end of file