Closed moonbox3 closed 1 month ago
This should be a non-issue, we have a default API VERSION as part of the settings: https://github.com/microsoft/semantic-kernel/blob/51c209ab7cee95c56a8bf74b6e1616633d75b2cf/python/semantic_kernel/connectors/ai/open_ai/settings/azure_open_ai_settings.py#L74
Unable to reproduce this.
Describe the bug If you create an AzureChatCompletion object and don't supply an API_VERSION either via a .env file or passed in through the constructor, a default API VERSION will not be used.