Mintik24's picture
🎉 Полный рефакторинг проекта Medical Transcriber
e275025
raw
history blame contribute delete
430 Bytes
# OpenRouter API Configuration
OPENROUTER_API_KEY=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
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