Skip to content

Commit a59ac4d

Browse files
author
James N.
committed
fix api version
1 parent 1c2d6fd commit a59ac4d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

infra/terraform/variables.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ variable "openai_model_name" {
3535
type = string
3636
default = "gpt-5.2-chat"
3737
}
38-
variable "openai_api_version" {
39-
description = "OpenAI API version"
38+
39+
variable "openai_model_version" {
40+
description = "OpenAI model version"
4041
type = string
41-
default = "2025-04-01-preview"
42+
default = "2025-12-11"
4243
}
4344
variable "openai_api_version" {
44-
description = "OpenAI model version"
45+
description = "OpenAI API version"
4546
type = string
46-
default = "2025-12-11"
47+
default = "2025-04-01-preview"
4748
}
48-
4949
variable "openai_deployment_capacity" {
5050
description = "Capacity (TPM in thousands) for OpenAI deployment"
5151
type = number

0 commit comments

Comments
 (0)