Add Ollama support, progress bar, and professional UI redesign

This commit is contained in:
2025-11-30 11:27:13 +01:00
parent 793d94c93e
commit abe77e3b29
7 changed files with 840 additions and 2 deletions

View File

@@ -1,7 +1,11 @@
# Translation Service Configuration
TRANSLATION_SERVICE=google # Options: google, deepl, libre
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
# API Configuration
MAX_FILE_SIZE_MB=50
UPLOAD_DIR=./uploads