Skip to content

Commit 9984978

Browse files
authored
Update librechat.md
1 parent 7d32551 commit 9984978

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/use-cases/AI_ML/MCP/librechat.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,18 @@ mcpServers:
186186

187187
This configures LibreChat to connect to the MCP server running on Docker.
188188

189+
Find the following line:
190+
191+
```text title="librechat.yaml"
192+
socialLogins: ['github', 'google', 'discord', 'openid', 'facebook', 'apple', 'saml']
193+
```
194+
195+
For simplicity, we will remove the need to authenticate for now:
196+
197+
```text title="librechat.yaml"
198+
socialLogins: []
199+
```
200+
189201
## Add a local LLM using Ollama (optional) {#add-local-llm-using-ollama}
190202

191203
### Install Ollama {#install-ollama}

0 commit comments

Comments
 (0)