summaryrefslogtreecommitdiffstats
path: root/tests/test_ollama_check_worker.py
AgeCommit message (Collapse)AuthorFilesLines
3 daysfeat: check OLLAMA_HOST reachability before starting translationv1.6Danilo M.1-0/+11
Non-blocking QThread check hits /api/tags on the resolved ollama host before launching TranslationWorker. Shows QMessageBox.warning() if unreachable; proceeds silently if reachable. Adds ollama_host field to Config with env-var fallback to http://localhost:11434. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>