Skip to content

Commit efb75f5

Browse files
Merge pull request #126 from microsoft/update-gpt-model-capacity
chore: updating the model capacity
2 parents d271088 + 5ff361e commit efb75f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/main.bicepparam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using './main.bicep'
33
param Prefix = readEnvironmentVariable('AZURE_ENV_NAME','azdtemp')
44
param solutionLocation = readEnvironmentVariable('AZURE_LOCATION', 'eastus2')
55
param AzureAiServiceLocation = readEnvironmentVariable('AZURE_AISERVICE_LOCATION','japaneast')
6-
param capacity = int(readEnvironmentVariable('AZURE_ENV_MODEL_CAPACITY', '200'))
6+
param capacity = int(readEnvironmentVariable('AZURE_ENV_MODEL_CAPACITY', '50'))
77
param deploymentType = readEnvironmentVariable('AZURE_ENV_MODEL_DEPLOYMENT_TYPE', 'GlobalStandard')
88
param llmModel = readEnvironmentVariable('AZURE_ENV_MODEL_NAME', 'gpt-4o')
99
param gptModelVersion = readEnvironmentVariable('AZURE_ENV_MODEL_VERSION', '2024-08-06')

0 commit comments

Comments
 (0)