initial
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user