Skip to content

Commit

Permalink
chore: Update OpenAI API spec to compatible preview version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Apr 22, 2024
1 parent a24b6e3 commit db34e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/modules/apim/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ resource "azurerm_api_management_api" "openai" {

import {
content_format = "openapi-link"
content_value = "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/stable/2023-05-15/inference.json"
content_value = "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview/2023-10-01-preview/inference.json"
}
}

Expand Down
2 changes: 1 addition & 1 deletion infra/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ variable "ca_plugin_image" {
}

variable "ca_aihub_image" {
default = "ghcr.io/azure/aihub/aihub:1.0.10-preview.4"
default = "ghcr.io/azure/aihub/aihub:1.0.10-preview.13"
}

variable "use_random_suffix" {
Expand Down

0 comments on commit db34e05

Please sign in to comment.