Skip to content

Commit e9abfea

Browse files
updated gpt model token limit
1 parent e4cc6a1 commit e9abfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ targetScope = 'resourceGroup'
44
@minLength(3)
55
@maxLength(20)
66
@description('A unique prefix for all resources in this deployment. This should be 3-20 characters long:')
7-
param environmentName string
7+
param environmentName string = 'env_name'
88

99
@minLength(1)
1010
@description('Secondary location for databases creation(example:eastus2):')

0 commit comments

Comments
 (0)