58bab75bb5
- Implement Silero VAD for dynamic audio chunking - Add support for Ollama and vLLM backends - Harden extraction prompts for strict JSON output - Refactor TUI worker to handle proposals asynchronously
9 lines
229 B
Bash
9 lines
229 B
Bash
# D&D Helpers Configuration
|
|
OPENAI_API_KEY=no-key-required
|
|
OPENAI_BASE_URL=https://vllm.tipsy.codes/v1
|
|
LLM_MODEL=Intel/gemma-4-31B-it-int4-AutoRound
|
|
#LLM_BACKEND=ollama
|
|
#LLM_MODEL=gemma:2b
|
|
WHISPER_MODEL=base
|
|
AUDIO_DEVICE_ID=None
|