Skip to content

Commit

Permalink
updated model version to 1106-preview
Browse files Browse the repository at this point in the history
trying to figure out what gpt4 models are available to me
  • Loading branch information
Tanchwa authored Dec 2, 2023
1 parent 3347851 commit 5b360e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module "azure_gpt4" {
model = {
format = "OpenAI"
model_name = "gpt-4"
version = "1106"
version = "1106-preview"
}
}

Expand Down

0 comments on commit 5b360e7

Please sign in to comment.