| # OpenRouter API Configuration | |
| OPENROUTER_API_KEY=your_openrouter_api_key_here | |
| OPENROUTER_MODEL=google/gemini-3-flash-preview | |
| OPENROUTER_TEMPERATURE=0.1 | |
| OPENROUTER_MAX_TOKENS=4000 | |
| # Application Info (for OpenRouter) | |
| APP_URL=http://localhost | |
| APP_NAME=Trans_for_doctors | |
| # Correction Settings | |
| CORRECTION_ENABLED=true | |
| SAVE_DIFF=true | |
| LOG_CORRECTIONS=true | |
| # API Retry Settings | |
| MAX_RETRIES=3 | |
| RETRY_DELAY=2 | |