infra: renamed broken references to alfred
This commit is contained in:
@@ -41,10 +41,10 @@ RAG_EMBEDDINGS_MODEL=text-embedding-3-small
|
||||
# OpenAI API Key (required for RAG embeddings)
|
||||
OPENAI_API_KEY=your-openai-api-key-here
|
||||
|
||||
# Deepseek API Key (for LLM in agent-brain)
|
||||
# Deepseek API Key (for LLM in alfred)
|
||||
DEEPSEEK_API_KEY=your-deepseek-api-key-here
|
||||
|
||||
# Agent Brain Configuration
|
||||
# Alfred Configuration
|
||||
|
||||
# LLM Provider (deepseek or ollama)
|
||||
LLM_PROVIDER=deepseek
|
||||
@@ -52,8 +52,8 @@ LLM_PROVIDER=deepseek
|
||||
# Memory storage directory (inside container)
|
||||
MEMORY_STORAGE_DIR=/data/memory
|
||||
|
||||
# API Key for agent-brain (used by LibreChat custom endpoint)
|
||||
AGENT_BRAIN_API_KEY=agent-brain-secret-key
|
||||
# API Key for alfred (used by LibreChat custom endpoint)
|
||||
ALFRED_API_KEY=alfred-secret-key
|
||||
|
||||
# External Services (Optional)
|
||||
# TMDB API Key (for movie metadata)
|
||||
|
||||
Reference in New Issue
Block a user