Skip to content

Commit d50b755

Browse files
authored
no need to have API key quoted
1 parent 054746a commit d50b755

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ ANTHROPIC_API_KEY=user_provided
6363
# ANTHROPIC_REVERSE_PROXY=
6464
```
6565

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"`.
66+
Replace `user_provided` with your API key for the LLM provider you want to use.
6867

6968
:::note Using a local LLM
7069
If you don't have an API key you can use a local LLM like Ollama. You'll see how

0 commit comments

Comments
 (0)