Making parameter modifications on global Defaults drivers is ignored by the driver client. #1174
Closed
1 task done
Labels
type:bug
Something isn't working
Describe the bug
Any parameters set after init any drivers that use a client are ignored because the client is initialized during driver initialization
To Reproduce
the above fails at runtime because the client used for the
AzureOpenAiTextToSpeechDriver
does not have the updated endpoint set on the global config.Expected behavior
The above config should set the correct endpoint for the client on the driver
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: