Add Ollama vision image translation with checkbox option

This commit is contained in:
2025-11-30 11:48:29 +01:00
parent abe77e3b29
commit 1d2784602b
5 changed files with 70 additions and 22 deletions

View File

@@ -5,6 +5,7 @@ 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