This commit is contained in:
2026-02-24 17:36:44 -05:00
commit 1413a1f463
12 changed files with 869 additions and 0 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
OPENAI_WHISPER_IMAGE=registry.lan/openai-whisper-stt:latest
STT_PORT=9000
STT_NODE_HOSTNAME=tpi-n1
MODEL_NAME=whisper-base-onnx
STT_API_KEY=
MAX_DECODE_TOKENS=128
VLM_ENABLED=true
VLM_MODEL_NAME=qwen3-vl-2b-rkllm
VLM_CORE_NUM=3
VLM_MAX_NEW_TOKENS=256
VLM_MAX_CONTEXT_LEN=4096
VLM_TIMEOUT_SEC=300