Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rag2111 committed Mar 6, 2024
1 parent 8d6447e commit 43de59e
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 @@ -47,7 +47,7 @@ resource "azurerm_cognitive_deployment" "gpt_4" {
model {
format = "OpenAI"
name = "gpt-4"
version = "1106-preview"
version = "1106-Preview"
}

scale {
Expand Down

0 comments on commit 43de59e

Please sign in to comment.