Logo
Explore Help
Register Sign In
claw/diarization-ui
1
0
Fork 0
You've already forked diarization-ui
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
f5756f38afea3d47e39b273e12900e7fc8bf6336
diarization-ui/.env.example

6 lines
155 B
Plaintext
Raw Normal View History

chore(diarization-ui): default API_BASE to gx10 and use fully qualified nginx image for podman
2026-03-21 13:24:11 +01:00
API_BASE=http://gx10.aquantico.lan:8093
feat(diarization-ui): add FastAPI UI backend with sqlite storage and Ollama analysis pipeline
2026-03-21 13:47:36 +01:00
OLLAMA_BASE_URL=http://gx10.aquantico.lan:11434
OLLAMA_MODEL=qwen3.5:9b
fix(diarization-ui): prevent repetition loops in Ollama generation Adds repeat_penalty=1.15 and repeat_last_n=128 to suppress token repetition loops (e.g. "tragen" -> "tragen" -> ...). Also caps output via num_predict (default 4096, configurable via OLLAMA_NUM_PREDICT env var) as a hard stop in case the model still gets stuck. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-06 16:04:12 +02:00
OLLAMA_NUM_PREDICT=4096
fix(diarization-ui): validate non-empty content before LLM call, add OLLAMA_THINK flag Empty documents caused the model to spin in its thinking loop and waste all tokens. Now raises a clear job error before the Ollama call. Also adds OLLAMA_THINK env var (default false) to control whether the model uses extended thinking - disabling it avoids runaway thinking loops on ambiguous inputs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-06 16:10:01 +02:00
OLLAMA_THINK=false
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 11ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API