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

@@ -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"
},
{