fix(diarization-ui): enable thinking by default (OLLAMA_THINK=true)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-06 16:12:25 +02:00
parent f5756f38af
commit 831a29a23a
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@ API_BASE=http://gx10.aquantico.lan:8093
OLLAMA_BASE_URL=http://gx10.aquantico.lan:11434
OLLAMA_MODEL=qwen3.5:9b
OLLAMA_NUM_PREDICT=4096
OLLAMA_THINK=false
OLLAMA_THINK=true