Ordo commited on
Commit ·
6ce529b
1
Parent(s): 182a5f2
Add Hugging Face repo card metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# OpenClaw LibreChat Bridge
|
| 2 |
|
| 3 |
Small Express bridge that exposes OpenAI-compatible chat completion endpoints for LibreChat while forwarding requests to an OpenClaw gateway.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- openclaw
|
| 5 |
+
- sidecar
|
| 6 |
+
- librechat
|
| 7 |
+
- express
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# OpenClaw LibreChat Bridge
|
| 11 |
|
| 12 |
Small Express bridge that exposes OpenAI-compatible chat completion endpoints for LibreChat while forwarding requests to an OpenClaw gateway.
|