We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3097d0f commit 1443ef3Copy full SHA for 1443ef3
ai/mcp/README.md
@@ -51,7 +51,7 @@ You can then navigate to http://localhost:8501
51
52
## Chainlit app
53
54
-And we have a Chainlit app too.
+We have a Chainlit app too.
55
This app uses Claude Sonnet, so you'll need to set `ANTHROPIC_API_KEY` before launching anything.
56
57
To run the Chainlit app:
@@ -64,3 +64,9 @@ uv run \
64
```
65
66
You can then navigate to http://localhost:8000
67
+
68
69
+## LibreChat app
70
71
+We also have a LibreChat app.
72
+This one requires a bit more setup, which you can find in the [LibreChat README](librechat/README.md)
0 commit comments