mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-03 03:09:28 +00:00
* 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>
7 lines
251 B
YAML
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.
|