14 lines
362 B
Plaintext
14 lines
362 B
Plaintext
# Translation Service Configuration
|
|
TRANSLATION_SERVICE=google # Options: google, deepl, libre, ollama
|
|
DEEPL_API_KEY=your_deepl_api_key_here
|
|
|
|
# Ollama Configuration (for LLM-based translation)
|
|
OLLAMA_BASE_URL=http://localhost:11434
|
|
OLLAMA_MODEL=llama3
|
|
OLLAMA_VISION_MODEL=llava
|
|
|
|
# API Configuration
|
|
MAX_FILE_SIZE_MB=50
|
|
UPLOAD_DIR=./uploads
|
|
OUTPUT_DIR=./outputs
|