Update AzureChatOpenAI.py

Add API Supported versions - 2023-09-01-preview
This commit is contained in:
dxxky 2024-01-18 17:16:23 +08:00 committed by GitHub
commit fd8a82fc49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,7 @@ class AzureChatOpenAIComponent(CustomComponent):
"2023-06-01-preview",
"2023-07-01-preview",
"2023-08-01-preview",
"2023-09-01-preview",
"2023-12-01-preview"
]