Skip to content

Commit 4e1cbbf

Browse files
committed
fix: remove streaming header
1 parent e6e3c32 commit 4e1cbbf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/uipath_llamaindex/llms/_openai.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def __init__(
4949
**kwargs: Any,
5050
):
5151
default_headers_dict = {
52-
"X-UIPATH-STREAMING-ENABLED": "false",
5352
"X-UiPath-LlmGateway-RequestingProduct": "uipath-python-sdk",
5453
"X-UiPath-LlmGateway-RequestingFeature": "llama-index-agent",
5554
}

0 commit comments

Comments
 (0)