Skip to content

Commit 2aa28a6

Browse files
committed
fixes
1 parent f209961 commit 2aa28a6

15 files changed

+22
-21
lines changed

articles/ai-foundry/openai/concepts/assistants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ We strongly recommend the following data access controls:
8585

8686
## Parameters
8787

88-
The Assistants API has support for several parameters that let you customize the Assistants' output. The `tool_choice` parameter lets you force the Assistant to use a specified tool. You can also create messages with the `assistant` role to create custom conversation histories in Threads. `temperature`, `top_p`, `response_format` let you further tune responses. For more information, see the [reference](../assistants-reference.md#create-an-assistant) documentation.
88+
The Assistants API has support for several parameters that let you customize the Assistants' output. The `tool_choice` parameter lets you force the Assistant to use a specified tool. You can also create messages with the `assistant` role to create custom conversation histories in Threads. `temperature`, `top_p`, `response_format` let you further tune responses. For more information, see the [reference](../reference-preview.md#list---assistants) documentation.
8989

9090
## Context window management
9191

articles/ai-foundry/openai/concepts/audio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ GPT-4o audio completion is designed to generate audio from audio or text prompts
3333
The audio models via the `/audio` API can be used for speech to text, translation, and text to speech. To get started with the audio API, see the [Whisper quickstart](../whisper-quickstart.md) for speech to text.
3434

3535
> [!NOTE]
36-
> To help you decide whether to use Azure AI Speech or Azure OpenAI, see the [Azure AI Speech batch transcription](../../speech-service/batch-transcription-create.md), [What is the Whisper model?](../../speech-service/whisper-overview.md), and [OpenAI text to speech voices](../../speech-service/openai-voices.md#openai-text-to-speech-voices-via-azure-openai-or-via-azure-ai-speech) guides.
36+
> To help you decide whether to use Azure AI Speech or Azure OpenAI, see the [Azure AI Speech batch transcription](../../../ai-services/speech-service/batch-transcription-create.md), [What is the Whisper model?](../../../ai-services/speech-service/whisper-overview.md), and [OpenAI text to speech voices](../../../ai-services/speech-service/openai-voices.md#openai-text-to-speech-voices-via-azure-openai-or-via-azure-ai-speech) guides.
3737
3838
## Related content
3939

articles/ai-foundry/openai/concepts/gov-provisioned.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Azure OpenAI Provisioned Managed Offering in Azure Government
33
titleSuffix: Azure OpenAI
44
description: Learn how to use Azure OpenAI Provisioned Managed Deployments in the Azure Government cloud.
55
author: challenp
6+
ms.author: chaparker
67
ms.service: azure-ai-openai
78
ms.topic: how-to
89
ms.custom: references_regions, azuregovernment

articles/ai-foundry/openai/concepts/provisioned-throughput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ If an acceptable region isn't available to support the desired model, version, a
116116

117117
### How can I monitor capacity?
118118

119-
The [Provisioned-Managed Utilization V2 metric](../how-to/monitor-openai.md#azure-openai-metrics) in Azure Monitor measures a given deployments utilization on 1-minute increments. All provisioned deployment types are optimized to ensure that accepted calls are processed with a consistent model processing time (actual end-to-end latency is dependent on a call's characteristics).
119+
The [Provisioned-Managed Utilization V2 metric](../how-to/monitor-openai.md#azure-monitor-platform-metrics) in Azure Monitor measures a given deployments utilization on 1-minute increments. All provisioned deployment types are optimized to ensure that accepted calls are processed with a consistent model processing time (actual end-to-end latency is dependent on a call's characteristics).
120120

121121
### How utilization performance works
122122

articles/ai-foundry/openai/encrypt-data-at-rest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Only RSA and RSA-HSM keys of size 2048 are supported with Azure OpenAI encryptio
5555
1. Select **Create**.
5656
1. Under **Key permissions**, select **Get**, **Wrap Key**, and **Unwrap Key**. Leave the remaining checkboxes unselected.
5757

58-
:::image type="content" source="../media/cognitive-services-encryption/key-vault-access-policy.png" alt-text="Screenshot of the Azure portal page for a key vault access policy. The permissions selected are Get Key, Wrap Key, and Unwrap Key.":::
58+
:::image type="content" source="../../ai-services/media/cognitive-services-encryption/key-vault-access-policy.png" alt-text="Screenshot of the Azure portal page for a key vault access policy. The permissions selected are Get Key, Wrap Key, and Unwrap Key.":::
5959

6060
1. Select **Next**.
6161
1. Search for the name of your Azure OpenAI resource and select its managed identity.
@@ -87,13 +87,13 @@ To specify a key as a URI, follow these steps:
8787
1. Select the desired key, and then select the key to view its versions. Select a key version to view the settings for that version.
8888
1. Copy the **Key Identifier** value, which provides the URI.
8989

90-
:::image type="content" source="../media/cognitive-services-encryption/key-uri-portal.png" alt-text="Screenshot of the Azure portal page for a key version. The Key Identifier box contains a placeholder for a key URI.":::
90+
:::image type="content" source="../../ai-services/media/cognitive-services-encryption/key-uri-portal.png" alt-text="Screenshot of the Azure portal page for a key version. The Key Identifier box contains a placeholder for a key URI.":::
9191

9292
1. Go back to your Azure OpenAI resource, and then select **Encryption**.
9393
1. Under **Encryption key**, select **Enter key URI**.
9494
1. Paste the URI that you copied into the **Key URI** box.
9595

96-
:::image type="content" source="../media/cognitive-services-encryption/ssecmk2.png" alt-text="Screenshot of the Encryption page for an Azure OpenAI resource. The Enter key URI option is selected, and the Key URI box contains a value.":::
96+
:::image type="content" source="../../ai-services/media/cognitive-services-encryption/ssecmk2.png" alt-text="Screenshot of the Encryption page for an Azure OpenAI resource. The Enter key URI option is selected, and the Key URI box contains a value.":::
9797

9898
1. Under **Subscription**, select the subscription that contains the key vault.
9999
1. Save your changes.

articles/ai-foundry/openai/faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sections:
4545
- question: |
4646
Does Azure OpenAI support VNETs and Private Endpoints?
4747
answer: |
48-
Yes, Azure OpenAI supports VNETs and Private Endpoints. To learn more, consult the [virtual networking guidance](../cognitive-services-virtual-networks.md?context=/azure/ai-services/openai/context/context).
48+
Yes, Azure OpenAI supports VNETs and Private Endpoints. To learn more, consult the [virtual networking guidance](../../ai-services/cognitive-services-virtual-networks.md?context=/azure/ai-services/openai/context/context).
4949
- question: |
5050
Do the GPT-4 models currently support image input?
5151
answer: |
@@ -263,7 +263,7 @@ sections:
263263
- question: |
264264
How long is this data stored?
265265
answer: |
266-
All used data persists in this system unless you explicitly delete this data. Use the [delete function](./assistants-reference-threads.md) with the thread ID of the thread you want to delete. Clearing the Run in the Assistants Playground does not delete threads, however deleting them using delete function will not list them in the thread page.
266+
All used data persists in this system unless you explicitly delete this data. Use the delete function with the thread ID of the thread you want to delete. Clearing the Run in the Assistants Playground does not delete threads, however deleting them using delete function will not list them in the thread page.
267267
- question: |
268268
Can I bring my own data store to use with Assistants?
269269
answer: |

articles/ai-foundry/openai/how-to/assistant-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,6 @@ After you submit tool outputs, the **Run** will enter the `queued` state before
202202

203203
## See also
204204

205-
* [Assistants API Reference](../assistants-reference.md)
205+
* [Assistants API Reference](../reference-preview.md#list---assistants)
206206
* Learn more about how to use Assistants with our [How-to guide on Assistants](../how-to/assistant.md).
207207
* [Azure OpenAI Assistants API samples](https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/Assistants)

articles/ai-foundry/openai/how-to/code-interpreter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,6 @@ curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/files/<YOUR-FILE-ID>/con
269269
## See also
270270

271271
* [File Upload API reference](/rest/api/azureopenai/files/upload?view=rest-azureopenai-2024-02-15-preview&tabs=HTTP&preserve-view=true)
272-
* [Assistants API Reference](../assistants-reference.md)
272+
* [Assistants API Reference](../reference-preview.md#list---assistants)
273273
* Learn more about how to use Assistants with our [How-to guide on Assistants](../how-to/assistant.md).
274274
* [Azure OpenAI Assistants API samples](https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/Assistants)

articles/ai-foundry/openai/how-to/managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In the following sections, you'll use the Azure CLI to sign in, and obtain a bea
2222
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
2323

2424
- [Custom subdomain names are required to enable features like Microsoft Entra ID for authentication.](
25-
../../cognitive-services-custom-subdomains.md)
25+
../../../ai-services/cognitive-services-custom-subdomains.md)
2626

2727
- Azure CLI - [Installation Guide](/cli/azure/install-azure-cli)
2828
- The following Python libraries: os, requests, json, openai, azure-identity

articles/ai-foundry/openai/how-to/on-your-data-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If the correct document chunks don't appear in the retrieved documents, you need
7070

7171
* Do you have semistructured data in your documents, such as numerous tables? There might be an ingestion problem. Your data might need special handling during ingestion.
7272

73-
* If the file format is PDF, we offer optimized ingestion for tables by using the offline scripts available on [GitHub](https://github.com/microsoft/sample-app-aoai-chatGPT/tree/main/scripts). To use the scripts, you need to have a [Document Intelligence](../../document-intelligence/overview.md) resource and use the [layout model](../../document-intelligence/concept-layout.md).
73+
* If the file format is PDF, we offer optimized ingestion for tables by using the offline scripts available on [GitHub](https://github.com/microsoft/sample-app-aoai-chatGPT/tree/main/scripts). To use the scripts, you need to have a [Document Intelligence](../../../ai-services/document-intelligence/overview.md) resource and use the [layout model](../../../ai-services/document-intelligence/concept-layout.md).
7474

7575
* You can adjust your [chunk size](../concepts/use-your-data.md#chunk-size-preview) to make sure your largest table fits within it.
7676

0 commit comments

Comments
 (0)