diff --git a/install/librechat-install.sh b/install/librechat-install.sh index cd4a55c0..6cada1d8 100644 --- a/install/librechat-install.sh +++ b/install/librechat-install.sh @@ -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" diff --git a/json/librechat.json b/json/librechat.json index e99a383e..8379ea7f 100644 --- a/json/librechat.json +++ b/json/librechat.json @@ -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" }, {