Skip to content

Commit a57dd46

Browse files
committed
adding Aaron's changes
1 parent abe5c02 commit a57dd46

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

articles/ai-services/agents/includes/bicep-setup.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,9 @@ The following section shows you how to set up the required resources for getting
3030
| Deploy a standard agent setup that uses Managed Identity authentication on the AI Services, storage account, and Azure AI Search connections. |AI hub, AI project, storage account, key vault, Azure AI Search, AI Services | [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Frefs%2Fheads%2Fmaster%2Fquickstarts%2Fmicrosoft.azure-ai-agent-service%2Fstandard-agent%2Fazuredeploy.json)|
3131

3232
### [Optional] Model selection in autodeploy template
33+
You can customize the model used by your agent by editing the model parameters in the autodeploy template. To deploy a different model, you need to update at least the `modelName` and `modelVersion` parameters.
3334

34-
> [!IMPORTANT]
35-
> **Don't change the modelFormat parameter**
36-
>
37-
> The templates only support deployment of OpenAI models. See which OpenAI models are supported in the [Azure AI Agent Service model support](../concepts/model-region-support.md) documentation.
38-
39-
You can customize the model used by your agent by editing the model parameters in the autodeploy template. To deploy a different model, you need to update at least the **modelName** and **modelVersion** parameters.
40-
41-
By default, the autodeploy template is configured with the following values:
35+
By default, the deployment template is configured with the following values:
4236
| Model Parameter | Default Value |
4337
| --------------------------- | ------------|
4438
| modelName | gpt-4o-mini |
@@ -47,6 +41,11 @@ By default, the autodeploy template is configured with the following values:
4741
| modelSkuName | GlobalStandard |
4842
| modelLocation | eastus |
4943

44+
> [!IMPORTANT]
45+
> **Don't change the modelFormat parameter**
46+
>
47+
> The templates only support deployment of OpenAI models. See which OpenAI models are supported in the [Azure AI Agent Service model support](../concepts/model-region-support.md) documentation.
48+
5049

5150
### [Optional] Use your own resources in agent setup
5251

0 commit comments

Comments
 (0)