Skip to content

Commit

Permalink
Fix model name in main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Mar 6, 2024
1 parent b2be558 commit 024cfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/openai/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "azurerm_cognitive_deployment" "gpt_4_32k" {
rai_policy_name = "Microsoft.Default"
model {
format = "OpenAI"
name = "gpt-4-32-k"
name = "gpt-4-32k"
version = "0613"
}

Expand Down

0 comments on commit 024cfec

Please sign in to comment.