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
831a29a23ad1ca7edfe02048a9186f6dece050ea
diarization-ui/.env.example

6 lines
154 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): enable thinking by default (OLLAMA_THINK=true) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-06 16:12:25 +02:00
OLLAMA_THINK=true
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 12ms 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