Skip to content

Commit

Permalink
Refactor infra/modules/openai/outputs.tf to update deployment names f…
Browse files Browse the repository at this point in the history
…or GPT-4 OpenAI model
  • Loading branch information
heblasco committed Sep 27, 2024
1 parent f2feeb2 commit b278fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/modules/openai/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ output "gpt4_deployment_model_name" {
}

output "gpt4o_deployment_name" {
value = azurerm_cognitive_deployment.gpt_4.name
value = azurerm_cognitive_deployment.gpt4o.name
}

output "gpt4o_deployment_model_name" {
value = azurerm_cognitive_deployment.gpt_4.model[0].name
value = azurerm_cognitive_deployment.gpt4o.model[0].name
}

output "embedding_deployment_name" {
Expand Down

0 comments on commit b278fba

Please sign in to comment.