We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e3c32 commit 4e1cbbfCopy full SHA for 4e1cbbf
1 file changed
src/uipath_llamaindex/llms/_openai.py
@@ -49,7 +49,6 @@ def __init__(
49
**kwargs: Any,
50
):
51
default_headers_dict = {
52
- "X-UIPATH-STREAMING-ENABLED": "false",
53
"X-UiPath-LlmGateway-RequestingProduct": "uipath-python-sdk",
54
"X-UiPath-LlmGateway-RequestingFeature": "llama-index-agent",
55
}
0 commit comments