infra: proper librechat integration & improved configuration handling #10 #11

Merged
francwa merged 22 commits from infra/proper_integration_librechat into main 2025-12-28 12:56:53 +01:00
Showing only changes of commit 20a113e335 - Show all commits
+10 -1
View File
@@ -2,12 +2,15 @@
# Deepseek API Key (for LLM in alfred)
DEEPSEEK_API_KEY=
OLLAMA_BASE_URL=
OLLAMA_MODEL=
# Alfred Configuration
# LLM Provider (deepseek or ollama)
LLM_PROVIDER=deepseek
# Memory storage directory (inside container)
MEMORY_STORAGE_DIR=/data/memory
MEMORY_STORAGE_DIR=data/memory
# External Services (Optional)
# TMDB API Key (for movie metadata)
@@ -21,3 +24,9 @@ QBITTORRENT_PASSWORD=adminadmin
# Debug Options
DEBUG_LOGGING=false
DEBUG_CONSOLE=false
# Required security keys
JWT_SECRET=
JWT_REFRESH_SECRET=
CREDS_KEY=
CREDS_IV=