Python: Bug: AzureRealtimeWebsocket does not pass api_key for superclass constructor #11003
Labels
ai connector
Anything related to AI connectors
bug
Something isn't working
python
Pull requests for the Python Semantic Kernel
Describe the bug
The class AzureRealtimeWebsocket does not pass api_key for superclass constructor, so using .env file based API authentication does not work.
To Reproduce
Use .env file for AzureRealtimeWebsocket with the env_file_path param.
Expected behavior
.env file should work. :) In the super().init call, the api_key should be passed.
Platform
The text was updated successfully, but these errors were encountered: