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 9958b8e848 - Show all commits
+22 -6
View File
@@ -1,24 +1,41 @@
# API Keys
# Deepseek API Key (for LLM in alfred)
# Keys
# - Deepseek API
DEEPSEEK_API_KEY=
# - Google API
GOOGLE_API_KEY=
#GOOGLE_MODELS=gemini-2.5-pro,gemini-2.5-flash,gemini-2.5-flash-lite,gemini-2.0-flash,gemini-2.0-flash-lite #TODO:Update models
# - Anthropic API
ANTHROPIC_API_KEY=
# - Kimi API
KIMI_API_KEY=
# - ChatGPT/Open API
OPENAI_API_KEY=
# - Themoviedb.org API (media metadata)
TMDB_API_KEY=
# - Security keys
JWT_SECRET=
JWT_REFRESH_SECRET=
CREDS_KEY=
CREDS_IV=
# Local LLM
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
# External Services (Optional)
# TMDB API Key (for movie metadata)
TMDB_API_KEY=
# qBittorrent Configuration
QBITTORRENT_URL=
QBITTORRENT_USERNAME=admin
@@ -32,4 +49,3 @@ DEBUG_CONSOLE=false
POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=
CREDS_IV=