| # OpenAI/OpenRouter Configuration | |
| OPENAI_API_KEY=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 | |
| OPENAI_MODEL=gpt-4o-mini | |
| # GitHub Configuration | |
| GITHUB_TOKEN=your_github_personal_access_token_here | |
| GITHUB_USERNAME=your_github_username_here | |
| # Security | |
| SHARED_SECRET=your_shared_secret_here | |
| # Server Configuration | |
| HOST=0.0.0.0 | |
| PORT=8000 | |
| DEBUG=false | |
| # Database (optional - for logging) | |
| DATABASE_URL=sqlite:///./llm_deployment.db | |