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
14 lines
201 B
Plaintext
14 lines
201 B
Plaintext
# Core dependencies for D&D Helpers
|
|
whisperx
|
|
sounddevice
|
|
pydantic
|
|
textual
|
|
typer
|
|
openai
|
|
python-dotenv
|
|
llama-index
|
|
chromadb
|
|
pdfplumber
|
|
llama-index-embeddings-huggingface
|
|
llama-index-vector_stores-chroma
|