Skip to content

Commit c56833c

Browse files
authored
Merge pull request #28 from Azure-Samples/capacity-value
Increase capacity value to a reasonable number
2 parents 56b35b7 + a9aef00 commit c56833c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infra/openai.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ module "openai" {
2222
model_name = "gpt-35-turbo"
2323
model_version = "0301"
2424
scale_type = "Standard"
25+
capacity = 120
2526
},
2627
"embedding_model" = {
2728
name = "text-embedding-ada-002"
2829
model_format = "OpenAI"
2930
model_name = "text-embedding-ada-002"
3031
model_version = "2"
3132
scale_type = "Standard"
33+
capacity = 120
3234
},
3335
}
3436
depends_on = [

0 commit comments

Comments
 (0)