feat: created placeholders for various API models

This commit is contained in:
2025-12-28 06:06:28 +01:00
parent b15161dad7
commit 9958b8e848

View File

@@ -1,24 +1,41 @@
# API Keys # API Keys
# Deepseek API Key (for LLM in alfred) # Deepseek API Key (for LLM in alfred)
# Keys
# - Deepseek API
DEEPSEEK_API_KEY= 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 # - ChatGPT/Open API
OPENAI_API_KEY= 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_BASE_URL=
OLLAMA_MODEL= OLLAMA_MODEL=
# Alfred Configuration # Alfred Configuration
# LLM Provider (deepseek or ollama)
LLM_PROVIDER=deepseek LLM_PROVIDER=deepseek
# Memory storage directory (inside container) # Memory storage directory (inside container)
MEMORY_STORAGE_DIR=data/memory MEMORY_STORAGE_DIR=data/memory
# External Services (Optional)
# TMDB API Key (for movie metadata)
TMDB_API_KEY=
# qBittorrent Configuration # qBittorrent Configuration
QBITTORRENT_URL= QBITTORRENT_URL=
QBITTORRENT_USERNAME=admin QBITTORRENT_USERNAME=admin
@@ -32,4 +49,3 @@ DEBUG_CONSOLE=false
POSTGRES_DB= POSTGRES_DB=
POSTGRES_USER= POSTGRES_USER=
POSTGRES_PASSWORD= POSTGRES_PASSWORD=
CREDS_IV=