Feature: Adds additional azure openai api versions (#7105)
* Adds additional azure openai api versions * [autofix.ci] apply automated fixes --------- Co-authored-by: Garrett George <ggeorge@pros.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
674cee0906
commit
986c4bcf24
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ class AzureChatOpenAIComponent(LCModelComponent):
|
|||
"2023-12-01-preview",
|
||||
"2024-02-15-preview",
|
||||
"2024-03-01-preview",
|
||||
"2024-12-01-preview",
|
||||
"2025-01-01-preview",
|
||||
"2025-02-01-preview",
|
||||
]
|
||||
|
||||
inputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue