Sammy Deprez
Sammy Deprez
## Describe the bug When making use of the HTTP Request block following issue happens: When doing a GET request to an API the Content/Body is not send to the...
Added functionality to make use of Azure OpenAI as TTS provider.
Instead of defining and being limited to the models supported in the library via - llm_model_name: str - api_key_label: str parameters. I have added the option to add an llm_model...
This pull request addresses Issue #1167, where HTTP/HTTPS requests could hang indefinitely if the server fails to close the stream. To prevent this, a timeout parameter has been added to...