We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054746a commit d50b755Copy full SHA for d50b755
docs/use-cases/AI_ML/MCP/librechat.md
@@ -63,8 +63,7 @@ ANTHROPIC_API_KEY=user_provided
63
# ANTHROPIC_REVERSE_PROXY=
64
```
65
66
-Replace `user_provided` with your API key for the LLM provider you want to use,
67
-making sure it is quoted, e.g. `"A2bC3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0u1v2w3x4y5z"`.
+Replace `user_provided` with your API key for the LLM provider you want to use.
68
69
:::note Using a local LLM
70
If you don't have an API key you can use a local LLM like Ollama. You'll see how
0 commit comments