File size: 434 Bytes
b216c95
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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