haystack/releasenotes/notes/add-azure-kwargs-6a5ab1358ef7f44c.yaml
Ulises M 145ca89a3f
feat: Expose default_headers and add kwargs for Azure Client (#8244)
* default_headers and azure_kwargs added

* update docstrings

* dont forget about chat generator

* Remove azure_kwargs argument

---------

Co-authored-by: Silvano Cerza <silvanocerza@gmail.com>
2024-09-10 10:29:56 +00:00

7 lines
251 B
YAML

---
enhancements:
- |
Expose default_headers to pass custom headers to Azure API including APIM subscription key.
- |
Add optional azure_kwargs dictionary parameter to pass in parameters undefined in Haystack but supported by AzureOpenAI.