Skip to content

Commit 94646b8

Browse files
committed
fixing blocking changes
1 parent a57dd46 commit 94646b8

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

articles/ai-services/agents/includes/azure-search/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you already connected the AI Search resource that contains the index you want
4444
**Create the following connections.yml file**
4545

4646

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).
4848
- API Key example:
4949

5050
```yml

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,17 @@ The following section shows you how to set up the required resources for getting
3333
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.
3434

3535
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 |
4344

4445
> [!IMPORTANT]
45-
> **Don't change the modelFormat parameter**
46+
> **Don't change the modelFormat parameter.**
4647
>
4748
> 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.
4849
@@ -66,7 +67,7 @@ Replace the parameter value for `aiServiceAccountResourceId` with the full arm r
6667
The value returned is the `aiServiceAccountResourceId` you need to use in the template.
6768

6869
2. In the basic agent template file, set the parameter:
69-
- aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{serviceName}"
70+
- aiServiceAccountResourceId:/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{serviceName}
7071

7172
#### Standard agent setup: use an existing AI Services, storage, and/or Azure AI Search resource
7273

0 commit comments

Comments
 (0)