|
6 | 6 | "_generator": { |
7 | 7 | "name": "bicep", |
8 | 8 | "version": "0.37.4.10188", |
9 | | - "templateHash": "7195801196475709586" |
| 9 | + "templateHash": "3418531138421621433" |
10 | 10 | } |
11 | 11 | }, |
12 | 12 | "parameters": { |
|
31 | 31 | }, |
32 | 32 | "gptModelDeploymentType": { |
33 | 33 | "type": "string", |
34 | | - "defaultValue": "Standard", |
| 34 | + "defaultValue": "GlobalStandard", |
35 | 35 | "allowedValues": [ |
36 | 36 | "Standard", |
37 | 37 | "GlobalStandard" |
|
43 | 43 | }, |
44 | 44 | "gptModelName": { |
45 | 45 | "type": "string", |
46 | | - "defaultValue": "gpt-35-turbo", |
| 46 | + "defaultValue": "gpt-4.1-mini", |
47 | 47 | "metadata": { |
48 | 48 | "description": "Optional. Name of the GPT model to deploy:" |
49 | 49 | } |
50 | 50 | }, |
51 | 51 | "gptModelVersion": { |
52 | 52 | "type": "string", |
53 | | - "defaultValue": "0125", |
| 53 | + "defaultValue": "2025-04-14", |
54 | 54 | "metadata": { |
55 | 55 | "description": "Optional. Version of the GPT model to deploy:" |
56 | 56 | } |
|
220 | 220 | }, |
221 | 221 | "variables": { |
222 | 222 | "solutionSuffix": "[toLower(trim(replace(replace(replace(replace(replace(replace(format('{0}{1}', parameters('solutionName'), parameters('solutionUniqueText')), '-', ''), '_', ''), '.', ''), '/', ''), ' ', ''), '*', '')))]", |
223 | | - "resourceGroupName": "[resourceGroup().name]", |
224 | 223 | "baseUrl": "https://raw.githubusercontent.com/microsoft/Build-your-own-copilot-Solution-Accelerator/byoc-researcher/", |
225 | 224 | "allTags": "[union(createObject('azd-env-name', parameters('solutionName')), parameters('tags'))]", |
226 | 225 | "replicaRegionPairs": { |
@@ -22463,10 +22462,10 @@ |
22463 | 22462 | } |
22464 | 22463 | }, |
22465 | 22464 | "dependsOn": [ |
22466 | | - "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageDfs)]", |
22467 | 22465 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageFile)]", |
22468 | 22466 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageBlob)]", |
22469 | 22467 | "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageQueue)]", |
| 22468 | + "[format('avmPrivateDnsZones[{0}]', variables('dnsZoneIndex').storageDfs)]", |
22470 | 22469 | "userAssignedIdentity", |
22471 | 22470 | "virtualNetwork" |
22472 | 22471 | ] |
|
47219 | 47218 | "AZURE_SEARCH_URL_COLUMN": "publicurl", |
47220 | 47219 | "AZURE_OPENAI_RESOURCE": "[reference('azOpenAI').outputs.endpoint.value]", |
47221 | 47220 | "AZURE_OPENAI_ENDPOINT": "[reference('azOpenAI').outputs.endpoint.value]", |
47222 | | - "AZURE_OPENAI_MODEL": "gpt-35-turbo", |
| 47221 | + "AZURE_OPENAI_MODEL": "[parameters('gptModelName')]", |
47223 | 47222 | "AZURE_OPENAI_KEY": "[format('@Microsoft.KeyVault(SecretUri={0})', reference('azOpenAI').outputs.exportedSecrets.value['AZURE-OPENAI-KEY'].secretUri)]", |
47224 | | - "AZURE_OPENAI_MODEL_NAME": "gpt-35-turbo", |
| 47223 | + "AZURE_OPENAI_MODEL_NAME": "[parameters('gptModelName')]", |
47225 | 47224 | "AZURE_OPENAI_TEMPERATURE": "0", |
47226 | 47225 | "AZURE_OPENAI_TOP_P": "1", |
47227 | 47226 | "AZURE_OPENAI_MAX_TOKENS": "1000", |
|
0 commit comments