We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2d6fd commit a59ac4dCopy full SHA for a59ac4d
1 file changed
infra/terraform/variables.tf
@@ -35,17 +35,17 @@ variable "openai_model_name" {
35
type = string
36
default = "gpt-5.2-chat"
37
}
38
-variable "openai_api_version" {
39
- description = "OpenAI API version"
+
+variable "openai_model_version" {
40
+ description = "OpenAI model version"
41
- default = "2025-04-01-preview"
42
+ default = "2025-12-11"
43
44
variable "openai_api_version" {
- description = "OpenAI model version"
45
+ description = "OpenAI API version"
46
- default = "2025-12-11"
47
+ default = "2025-04-01-preview"
48
-
49
variable "openai_deployment_capacity" {
50
description = "Capacity (TPM in thousands) for OpenAI deployment"
51
type = number
0 commit comments