File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ param deploymentType string = 'GlobalStandard'
3232param gptModelName string = 'gpt-4o-mini'
3333
3434@description ('Version of the GPT model to deploy:' )
35- param gptModelVersion string = ''
35+ param gptModelVersion string = '2024-07-18 '
3636
3737var azureOpenAIApiVersion = '2024-02-15-preview'
3838
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ param contentUnderstandingLocation = readEnvironmentVariable('AZURE_CONTENT_UNDE
66param secondaryLocation = readEnvironmentVariable ('AZURE_SECONDARY_LOCATION' , 'eastus2' )
77param deploymentType = readEnvironmentVariable ('AZURE_OPEN_AI_MODEL_DEPLOYMENT_TYPE' , 'GlobalStandard' )
88param gptModelName = readEnvironmentVariable ('AZURE_OPEN_AI_DEPLOYMENT_MODEL' , 'gpt-4o-mini' )
9- param gptModelVersion = readEnvironmentVariable ('AZURE_ENV_MODEL_VERSION' , '' )
9+ param gptModelVersion = readEnvironmentVariable ('AZURE_ENV_MODEL_VERSION' , '2024-07-18 ' )
1010param gptDeploymentCapacity = int (readEnvironmentVariable ('AZURE_OPEN_AI_DEPLOYMENT_MODEL_CAPACITY' , '30' ))
1111param embeddingModel = readEnvironmentVariable ('AZURE_OPENAI_EMBEDDING_MODEL' , 'text-embedding-ada-002' )
1212param embeddingDeploymentCapacity = int (readEnvironmentVariable ('AZURE_OPENAI_EMBEDDING_MODEL_CAPACITY' , '80' ))
Original file line number Diff line number Diff line change 55 "_generator" : {
66 "name" : " bicep" ,
77 "version" : " 0.35.1.17967" ,
8- "templateHash" : " 955881817235119569 "
8+ "templateHash" : " 17280998536631599018 "
99 }
1010 },
1111 "parameters" : {
5959 },
6060 "gptModelVersion" : {
6161 "type" : " string" ,
62- "defaultValue" : " " ,
62+ "defaultValue" : " 2024-07-18 " ,
6363 "metadata" : {
6464 "description" : " Version of the GPT model to deploy:"
6565 }
You can’t perform that action at this time.
0 commit comments