We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20107f6 commit af87566Copy full SHA for af87566
models/azure/azure.go
@@ -42,7 +42,9 @@ func Init() (err error) {
42
apiVersion != "2023-06-01-preview" &&
43
apiVersion != "2023-07-01-preview" &&
44
apiVersion != "2023-08-01-preview" &&
45
- apiVersion != "2023-09-01-preview" {
+ apiVersion != "2023-09-01-preview" &&
46
+ apiVersion != "2023-12-01-preview" &&
47
+ apiVersion != "2024-02-15-preview" {
48
apiVersion = DEFAULT_AZURE_API_VER
49
}
50
modelConfig.Version = apiVersion
0 commit comments