You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/agents/includes/azure-search/setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ If you already connected the AI Search resource that contains the index you want
44
44
**Create the following connections.yml file**
45
45
46
46
47
-
You can use either an API key or credential-less YAML configuration file. Replace the placeholders for ```name```, ```endpoint``` and ```api_key``with your Azure AI Search resource values. For more information on the YAML configuration file, see the [Azure AI Search connection YAML schema](../../../../machine-learning/reference-yaml-connection-ai-search.md).
47
+
You can use either an API key or credential-less YAML configuration file. Replace the placeholders for ```name```, ```endpoint``` and ```api_key```with your Azure AI Search resource values. For more information on the YAML configuration file, see the [Azure AI Search connection YAML schema](../../../../machine-learning/reference-yaml-connection-ai-search.md).
Copy file name to clipboardExpand all lines: articles/ai-services/agents/includes/bicep-setup.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,16 +33,17 @@ The following section shows you how to set up the required resources for getting
33
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.
34
34
35
35
By default, the deployment template is configured with the following values:
36
-
| Model Parameter | Default Value |
37
-
| --------------------------- | ------------|
38
-
| modelName | gpt-4o-mini |
39
-
| modelFormat | OpenAI |
40
-
| modelVersion | 2024-07-18 |
41
-
| modelSkuName | GlobalStandard |
42
-
| modelLocation | eastus |
36
+
37
+
| Model Parameter | Default Value |
38
+
|------------------|----------------|
39
+
| modelName | gpt-4o-mini |
40
+
| modelFormat | OpenAI |
41
+
| modelVersion | 2024-07-18 |
42
+
| modelSkuName | GlobalStandard |
43
+
| modelLocation | eastus |
43
44
44
45
> [!IMPORTANT]
45
-
> **Don't change the modelFormat parameter**
46
+
> **Don't change the modelFormat parameter.**
46
47
>
47
48
> 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
49
@@ -66,7 +67,7 @@ Replace the parameter value for `aiServiceAccountResourceId` with the full arm r
66
67
The value returned is the `aiServiceAccountResourceId` you need to use in the template.
67
68
68
69
2. In the basic agent template file, set the parameter:
0 commit comments