Skip to content

Commit

Permalink
chore: update api versions
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Jan 31, 2024
1 parent 22ec727 commit 25eeabe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/azure/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ func Init() (err error) {
apiVersion != "2023-05-15" &&
apiVersion != "2023-06-01-preview" &&
apiVersion != "2023-07-01-preview" &&
apiVersion != "2023-08-01-preview" {
apiVersion != "2023-08-01-preview" &&
apiVersion != "2023-09-01-preview" {
apiVersion = DEFAULT_AZURE_API_VER
}
modelConfig.Version = apiVersion
Expand Down

0 comments on commit 25eeabe

Please sign in to comment.