Skip to content

Commit d044c51

Browse files
authored
Merge branch 'MicrosoftDocs:main' into patch-1
2 parents f96a710 + 704253f commit d044c51

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+254
-89
lines changed

articles/ai-services/document-intelligence/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ You can use Document Intelligence to automate document processing in application
487487
> [!div class="nextstepaction"]
488488
> [Return to custom model types](#custom-models)
489489
490+
::: moniker range=">=doc-intel-3.1.0"
490491
#### Custom classification model
491492

492493
:::image type="content" source="media/overview/custom-classifier-labeling.png" alt-text="{alt-text}":::

articles/ai-services/openai/how-to/function-calling.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ To force the model to call a specific function set the `tool_choice` parameter w
5151
> The default behavior (`tool_choice: "auto"`) is for the model to decide on its own whether to call a function and if so which function to call.
5252
5353
```python
54+
import os
5455
from openai import AzureOpenAI
5556
import json
5657

@@ -60,8 +61,6 @@ client = AzureOpenAI(
6061
api_version="2023-12-01-preview"
6162
)
6263

63-
from openai import OpenAI
64-
import json
6564

6665
# Example function hard coded to return the same weather
6766
# In production, this could be your backend API or an external API

articles/ai-services/speech-service/personal-voice-how-to-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Here's example SSML in a request for text to speech with the voice name and the
2929

3030
```xml
3131
<speak version='1.0' xmlns='http://www.w3.org/2001/10/synthesis' xmlns:mstts='http://www.w3.org/2001/mstts' xml:lang='en-US'>
32-
<voice xml:lang='en-US' xml:gender='Male' name='PhoenixV2Neural'>
32+
<voice name='PhoenixV2Neural'>
3333
<mstts:ttsembedding speakerProfileId='your speaker profile ID here'>
3434
I'm happy to hear that you find me amazing and that I have made your trip planning easier and more fun. 我很高兴听到你觉得我很了不起,我让你的旅行计划更轻松、更有趣。Je suis heureux d'apprendre que vous me trouvez incroyable et que j'ai rendu la planification de votre voyage plus facile et plus amusante.
3535
</mstts:ttsembedding>

articles/ai-studio/concepts/ai-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom:
88
- ignite-2023
99
ms.topic: conceptual
1010
ms.date: 12/14/2023
11-
ms.reviewer: eur
11+
ms.reviewer: Blackmist
1212
ms.author: eur
1313
author: eric-urban
1414
---

articles/ai-studio/concepts/deployments-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Deploy models, flows, and web apps with Azure AI Studio
33
titleSuffix: Azure AI Studio
44
description: Learn about deploying models, flows, and web apps with Azure AI Studio.
5-
manager: nitinme
5+
manager: scottpolly
66
ms.service: azure-ai-studio
77
ms.custom:
88
- ignite-2023
99
ms.topic: conceptual
1010
ms.date: 12/7/2023
11-
ms.reviewer: eur
12-
ms.author: eur
13-
author: eric-urban
11+
ms.reviewer: fasantia
12+
ms.author: mopeakande
13+
author: msakande
1414
---
1515

1616
# Overview: Deploy models, flows, and web apps with Azure AI Studio
@@ -76,7 +76,7 @@ The model or flow that you deploy can be used in a web application hosted in Azu
7676

7777
## Planning AI safety for a deployed model
7878

79-
For Azure OpenAI models such as GPT-4, Azure AI Studio provides AI safety filter during the deployment to ensure responsible use of AI. AI content safety filter allows moderation of harmful and sensitive contents to promote the safety of AI-enhanced applications. In addition to AI safety filter, Azure AI Studio offers model monitoring for deployed models. Model monitoring for LLMs uses the latest GPT language models to monitor and alert when the outputs of the model perform poorly against the set thresholds of generation safety and quality. For example, you can configure a monitor to evaluate how well the models generated answers align with information from the input source ("groundedness") and closely match to a ground truth sentence or document ("similarity").
79+
For Azure OpenAI models such as GPT-4, Azure AI Studio provides AI safety filter during the deployment to ensure responsible use of AI. AI content safety filter allows moderation of harmful and sensitive contents to promote the safety of AI-enhanced applications. In addition to AI safety filter, Azure AI Studio offers model monitoring for deployed models. Model monitoring for LLMs uses the latest GPT language models to monitor and alert when the outputs of the model perform poorly against the set thresholds of generation safety and quality. For example, you can configure a monitor to evaluate how well the model's generated answers align with information from the input source ("groundedness") and closely match to a ground truth sentence or document ("similarity").
8080

8181
## Optimizing the performance of a deployed model
8282

articles/ai-studio/how-to/connections-add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom:
88
- ignite-2023
99
ms.topic: how-to
1010
ms.date: 11/15/2023
11-
ms.reviewer: eur
11+
ms.reviewer: Blackmist
1212
ms.author: eur
1313
author: eric-urban
1414
---

articles/ai-studio/how-to/deploy-models-llama.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: How to deploy Llama 2 family of large language models with Azure AI Studio
33
titleSuffix: Azure AI Studio
44
description: Learn how to deploy Llama 2 family of large language models with Azure AI Studio.
5-
manager: nitinme
5+
manager: scottpolly
66
ms.service: azure-ai-studio
77
ms.topic: how-to
88
ms.date: 12/11/2023
9-
ms.reviewer: eur
10-
ms.author: eur
11-
author: eric-urban
9+
ms.reviewer: fasantia
10+
ms.author: mopeakande
11+
author: msakande
1212
ms.custom: [references_regions]
1313
---
1414

@@ -440,7 +440,7 @@ Each time a project subscribes to a given offer from the Azure Marketplace, a ne
440440

441441
:::image type="content" source="../media/cost-management/marketplace/costs-model-as-service-cost-details.png" alt-text="A screenshot showing different resources corresponding to different model offers and their associated meters." lightbox="../media/cost-management/marketplace/costs-model-as-service-cost-details.png":::
442442

443-
Quota is managed per deployment. Each deployment has a rate limit of 20,000 tokens per minute. However, we currently limit one deployment per model per project. Contact Microsoft Azure Support if the current rate limits dont suffice your scenarios.
443+
Quota is managed per deployment. Each deployment has a rate limit of 200,000 tokens per minute and 1,000 API requests per minute. However, we currently limit one deployment per model per project. Contact Microsoft Azure Support if the current rate limits don't suffice your scenarios.
444444

445445
### Considerations for Llama 2 models deployed as real-time endpoints
446446

articles/ai-studio/how-to/deploy-models-open.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: How to deploy open models with Azure AI Studio
33
titleSuffix: Azure AI Studio
44
description: Learn how to deploy open models with Azure AI Studio.
5-
manager: nitinme
5+
manager: scottpolly
66
ms.service: azure-ai-studio
77
ms.topic: how-to
88
ms.date: 12/11/2023
9-
ms.reviewer: eur
10-
ms.author: eur
11-
author: eric-urban
9+
ms.reviewer: fasantia
10+
ms.author: mopeakande
11+
author: msakande
1212
---
1313

1414
# How to deploy large language models with Azure AI Studio

articles/ai-studio/how-to/deploy-models-openai.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: How to deploy Azure OpenAI models with Azure AI Studio
33
titleSuffix: Azure AI Studio
44
description: Learn how to deploy Azure OpenAI models with Azure AI Studio.
5-
manager: nitinme
5+
manager: scottpolly
66
ms.service: azure-ai-studio
77
ms.custom:
88
- ignite-2023
99
ms.topic: how-to
1010
ms.date: 12/11/2023
11-
ms.reviewer: eur
12-
ms.author: eur
13-
author: eric-urban
11+
ms.reviewer: fasantia
12+
ms.author: mopeakande
13+
author: msakande
1414
---
1515

1616
# How to deploy Azure OpenAI models with Azure AI Studio

articles/ai-studio/how-to/index-add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom:
88
- ignite-2023
99
ms.topic: how-to
1010
ms.date: 11/15/2023
11-
ms.reviewer: eur
11+
ms.reviewer: Blackmist
1212
ms.author: eur
1313
author: eric-urban
1414
---

0 commit comments

Comments
 (0)