15dfbfb467
- Add LLM_BACKEND to environment configuration - Implement detailed debug logging for LLM request/response cycles - Add missing llama-index dependencies for embeddings and chroma - Update prompt constraints to prevent lore redundancy - Enable CUDA for transcription and set logging to DEBUG level - Add entry point for running the orchestrator directly - Cleanup unused comment in TUI context updates
10 lines
236 B
Bash
10 lines
236 B
Bash
# D&D Helpers Configuration
|
|
OPENAI_API_KEY=no-key-required
|
|
OPENAI_BASE_URL=https://vllm.tipsy.codes/v1
|
|
LLM_MODEL=google/gemma-4-26b-a4b-it
|
|
LLM_BACKEND=vllm
|
|
#LLM_BACKEND=ollama
|
|
#LLM_MODEL=gemma:2b
|
|
WHISPER_MODEL=base
|
|
AUDIO_DEVICE_ID=None
|