mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* Allow OpenAI client config in chat generator * Add init_http_client as a util method * Update azure chat gen * Fix linting
5 lines
171 B
YAML
5 lines
171 B
YAML
---
|
|
features:
|
|
- |
|
|
`OpenAIChatGenerator` and `AzureOpenAIChatGenerator` now support custom HTTP client config via `http_client_kwargs`, enabling proxy and SSL setup.
|