Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inject additional headers #10

Merged
merged 3 commits into from
Feb 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
Yassine Selmi committed Nov 10, 2023
commit 87fca701f64366e3f40c6316da08d09b80d1db66
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Use the widget API to customize your widget:
| user_message_style | json | No |
| width | number | No |
| window_title | string | No |
| additionalHeaders | json | No |
| additional_headers | json | No |

- **bot_message_style:**
- Type: JSON
Expand Down Expand Up @@ -241,7 +241,7 @@ Use the widget API to customize your widget:
- Required: No
- Description: Title for the chat window, displayed in the header or title bar.

- **additionalHeaders:**
- **additional_headers:**
- Type: JSON
- Required: No
- Description: Additional headers to be sent to Langflow server
Expand Down