You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/INTEGRATIONS.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,17 +18,17 @@ Guide for integrating n8n OpenAI Bridge with various clients.
18
18
19
19
### User Context Integration
20
20
21
-
Open WebUI automatically forwards user information via HTTP headers when `ENABLE_FORWARD_USER_INFO_HEADERS=true`:
21
+
Open WebUI automatically forwards user information via HTTP headers when `ENABLE_FORWARD_USER_INFO_HEADERS=true`. Set it in your OpenWebUI configuration, [learn more about in the official OpenWebUI documentation](https://docs.openwebui.com/getting-started/env-configuration/#enable_forward_user_info_headers):
22
22
-`X-OpenWebUI-User-Id` - User's unique identifier
23
23
-`X-OpenWebUI-User-Email` - User's email address
24
24
-`X-OpenWebUI-User-Name` - User's display name
25
25
-`X-OpenWebUI-User-Role` - User's role (admin, user, etc.)
26
26
-`X-OpenWebUI-Chat-Id` - Chat session identifier
27
27
28
-
To enable OpenWebUI header support, add them to your `.env`:
28
+
To enable OpenWebUI header support, add them to the n8n-openai-bridge encironment, for example in `.env` (second value with each ENV VAR):
@@ -45,7 +45,7 @@ This allows your n8n workflows to:
45
45
46
46
### Setup
47
47
48
-
Add to your `librechat.yaml` configuration:
48
+
Add to your `librechat.yaml` configuration, [learn more about it in the official documentation](https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/custom_endpoint):
49
49
50
50
```yaml
51
51
endpoints:
@@ -66,6 +66,8 @@ endpoints:
66
66
summary: true
67
67
```
68
68
69
+
Librechat requires a valid `models.default` value which must not be empty but will be overridden by the models that have been fetched.
70
+
69
71
### Configuration Notes
70
72
71
73
- `apiKey`: Must match your `BEARER_TOKEN` from `.env`
0 commit comments