We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e3c32 commit 049fb65Copy full SHA for 049fb65
3 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "uipath-llamaindex"
3
-version = "0.1.7"
+version = "0.1.8"
4
description = "UiPath LlamaIndex SDK"
5
readme = { file = "README.md", content-type = "text/markdown" }
6
requires-python = ">=3.11"
src/uipath_llamaindex/llms/_openai.py
@@ -49,7 +49,7 @@ def __init__(
49
**kwargs: Any,
50
):
51
default_headers_dict = {
52
- "X-UIPATH-STREAMING-ENABLED": "false",
+ "X-UiPath-LlmGateway-ApiFlavor": "auto",
53
"X-UiPath-LlmGateway-RequestingProduct": "uipath-python-sdk",
54
"X-UiPath-LlmGateway-RequestingFeature": "llama-index-agent",
55
}
0 commit comments