Skip to content

Commit

Permalink
modify openai model capacity and remove db.bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
SenyangCai committed Jan 31, 2024
1 parent f447ec2 commit 53db8d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 58 deletions.
56 changes: 0 additions & 56 deletions infra/bicep/app/db.bicep

This file was deleted.

2 changes: 1 addition & 1 deletion infra/bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var openAiDeployment = [
name: openAiModelName
sku: {
name: 'Standard'
capacity: 120
capacity: 60
}
model: {
format: 'OpenAI'
Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variable "openai_model_version" {
variable "openai_model_capacity" {
description = "value of azure openai model capacity"
type = number
default = 120
default = 60
}

variable "k8s_namespace" {
Expand Down

0 comments on commit 53db8d0

Please sign in to comment.