fix(librechat): add ENDPOINTS to .env so AI providers appear in UI

This commit is contained in:
CanbiZ (MickLesk)
2026-03-18 15:42:23 +01:00
parent e6e3c47beb
commit c4670a25c2
2 changed files with 5 additions and 1 deletions

View File

@@ -73,6 +73,10 @@ MEILI_MASTER_KEY=${MEILISEARCH_MASTER_KEY}
RAG_PORT=8000
RAG_API_URL=http://127.0.0.1:8000
APP_TITLE=LibreChat
ENDPOINTS=openAI,agents,assistants,anthropic,google
# OPENAI_API_KEY=your-key-here
# ANTHROPIC_API_KEY=your-key-here
# GOOGLE_KEY=your-key-here
EOF
msg_ok "Configured LibreChat"

View File

@@ -37,7 +37,7 @@
"type": "info"
},
{
"text": "Configure your AI provider API keys in /opt/librechat/.env and restart the service.",
"text": "Add your AI provider API keys to /opt/librechat/.env (OPENAI_API_KEY, ANTHROPIC_API_KEY, etc.) and restart librechat. OpenAI, Anthropic, Google and Agents endpoints are pre-enabled via ENDPOINTS.",
"type": "info"
},
{