Skip to content

Commit 4363b6d

Browse files
authored
Merge pull request #184 from microsoft/cps-bk-avm-type-updates
removing the type references
2 parents 162fb2d + 31891c3 commit 4363b6d

10 files changed

Lines changed: 82687 additions & 3794 deletions

infra/main.bicep

Lines changed: 467 additions & 330 deletions
Large diffs are not rendered by default.

infra/main.bicepparam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ param contentUnderstandingLocation = readEnvironmentVariable('AZURE_ENV_CU_LOCAT
55
param deploymentType = readEnvironmentVariable('AZURE_ENV_MODEL_DEPLOYMENT_TYPE', 'GlobalStandard')
66
param gptModelName = readEnvironmentVariable('AZURE_ENV_MODEL_NAME', 'gpt-4o')
77
param gptDeploymentCapacity = int(readEnvironmentVariable('AZURE_ENV_MODEL_CAPACITY', '30'))
8-
param useLocalBuild = readEnvironmentVariable('USE_LOCAL_BUILD', 'false')
8+
param useLocalBuild = bool(readEnvironmentVariable('USE_LOCAL_BUILD', 'false'))

0 commit comments

Comments
 (0)