Skip to content

Commit af87566

Browse files
committed
chore: add preview api spec
1 parent 20107f6 commit af87566

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

models/azure/azure.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ func Init() (err error) {
4242
apiVersion != "2023-06-01-preview" &&
4343
apiVersion != "2023-07-01-preview" &&
4444
apiVersion != "2023-08-01-preview" &&
45-
apiVersion != "2023-09-01-preview" {
45+
apiVersion != "2023-09-01-preview" &&
46+
apiVersion != "2023-12-01-preview" &&
47+
apiVersion != "2024-02-15-preview" {
4648
apiVersion = DEFAULT_AZURE_API_VER
4749
}
4850
modelConfig.Version = apiVersion

0 commit comments

Comments
 (0)