Trans_for_doctors / .env.example
Mintik24's picture
asd
b216c95
# OpenRouter API Configuration
# Получите ключ на https://openrouter.ai/keys
OPENROUTER_API_KEY=your_api_key_here
OPENROUTER_MODEL=google/gemini-3-flash-preview
OPENROUTER_TEMPERATURE=0.1
OPENROUTER_MAX_TOKENS=4000
# Application Info
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