Skip to content

Commit 7d32551

Browse files
authored
Update librechat.md to use agents as part of endpoints
1 parent 4cb1e92 commit 7d32551

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
@@ -66,6 +66,18 @@ ANTHROPIC_API_KEY=user_provided
6666
Replace `user_provided` with your API key for the LLM provider you want to use,
6767
making sure it is quoted, e.g. `"A2bC3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0u1v2w3x4y5z"`.
6868

69+
Next uncomment the following line:
70+
71+
```text title=".env"
72+
# ENDPOINTS=openAI,assistants,azureOpenAI,google,anthropic
73+
```
74+
75+
Add `agents` to the list of endpoints:
76+
77+
```text
78+
ENDPOINTS=openAI,assistants,azureOpenAI,google,anthropic,agents
79+
```
80+
6981
:::note Using a local LLM
7082
If you don't have an API key you can use a local LLM like Ollama. You'll see how
7183
to do this later in step ["Install Ollama"](#add-local-llm-using-ollama). For now

0 commit comments

Comments
 (0)