Skip to content

Commit

Permalink
Update AzureChatOpenAI.py (langflow-ai#1356)
Browse files Browse the repository at this point in the history
Add API Supported versions - 2023-09-01-preview
  • Loading branch information
ogabrielluiz authored Jan 19, 2024
2 parents 8d523dc + fd8a82f commit 6fc5811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/langflow/components/llms/AzureChatOpenAI.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]

Expand Down

0 comments on commit 6fc5811

Please sign in to comment.