Skip to content

Commit cc1c783

Browse files
committed
fix
1 parent 7da6d69 commit cc1c783

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

articles/ai-foundry/model-inference/includes/use-chat-completions/inference/csharp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ This article explains how to use chat completions API with models deployed in Az
2222

2323
To use chat completion models in your application, you need:
2424

25-
[!INCLUDE [how-to-prerequisites](../how-to-prerequisites.md)]
25+
[!INCLUDE [how-to-prerequisites](../../how-to-prerequisites.md)]
2626

27-
[!INCLUDE [how-to-prerequisites-csharp](../how-to-prerequisites-csharp.md)]
27+
[!INCLUDE [how-to-prerequisites-csharp](../../how-to-prerequisites-csharp.md)]
2828

29-
* A chat completions model deployment. If you don't have one, read [Add and configure Foundry Models](../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
29+
* A chat completions model deployment. If you don't have one, read [Add and configure Foundry Models](../../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
3030

3131
* This example uses `mistral-large-2407`.
3232

articles/ai-foundry/model-inference/includes/use-chat-completions/inference/java.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ This article explains how to use chat completions API with models deployed in Az
2222

2323
To use chat completion models in your application, you need:
2424

25-
[!INCLUDE [how-to-prerequisites](../how-to-prerequisites.md)]
25+
[!INCLUDE [how-to-prerequisites](../../how-to-prerequisites.md)]
2626

27-
[!INCLUDE [how-to-prerequisites-java](../how-to-prerequisites-java.md)]
27+
[!INCLUDE [how-to-prerequisites-java](../../how-to-prerequisites-java.md)]
2828

29-
* A chat completions model deployment. If you don't have one, read [Add and configure Foundry Models](../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
29+
* A chat completions model deployment. If you don't have one, read [Add and configure Foundry Models](../../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
3030

3131
* This example uses `mistral-large-2407`.
3232

articles/ai-foundry/model-inference/includes/use-chat-completions/inference/javascript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ This article explains how to use chat completions API with models deployed in Az
2222

2323
To use chat completion models in your application, you need:
2424

25-
[!INCLUDE [how-to-prerequisites](../how-to-prerequisites.md)]
25+
[!INCLUDE [how-to-prerequisites](../../how-to-prerequisites.md)]
2626

27-
[!INCLUDE [how-to-prerequisites-javascript](../how-to-prerequisites-javascript.md)]
27+
[!INCLUDE [how-to-prerequisites-javascript](../../how-to-prerequisites-javascript.md)]
2828

29-
* A chat completions model deployment. If you don't have one, read [Add and configure Foundry Models](../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
29+
* A chat completions model deployment. If you don't have one, read [Add and configure Foundry Models](../../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
3030

3131
## Use chat completions
3232

articles/ai-foundry/model-inference/includes/use-chat-completions/inference/python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ This article explains how to use chat completions API with models deployed in Az
2222

2323
To use chat completion models in your application, you need:
2424

25-
[!INCLUDE [how-to-prerequisites](../how-to-prerequisites.md)]
25+
[!INCLUDE [how-to-prerequisites](../../how-to-prerequisites.md)]
2626

27-
[!INCLUDE [how-to-prerequisites-python](../how-to-prerequisites-python.md)]
27+
[!INCLUDE [how-to-prerequisites-python](../../how-to-prerequisites-python.md)]
2828

29-
* A chat completions model deployment. If you don't have one, read [Add and configure Foundry Models](../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
29+
* A chat completions model deployment. If you don't have one, read [Add and configure Foundry Models](../../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
3030

3131
* This example uses `mistral-large-2407`.
3232

articles/ai-foundry/model-inference/includes/use-chat-completions/inference/rest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ This article explains how to use chat completions API with models deployed in Az
2222

2323
To use chat completion models in your application, you need:
2424

25-
[!INCLUDE [how-to-prerequisites](../how-to-prerequisites.md)]
25+
[!INCLUDE [how-to-prerequisites](../../how-to-prerequisites.md)]
2626

27-
* A chat completions model deployment. If you don't have one, read [Add and configure Foundry Models](../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
27+
* A chat completions model deployment. If you don't have one, read [Add and configure Foundry Models](../../../how-to/create-model-deployments.md) to add a chat completions model to your resource.
2828

2929
* This example uses `mistral-large-2407`.
3030

@@ -46,7 +46,7 @@ Content-Type: application/json
4646
Authorization: Bearer <token>
4747
```
4848

49-
Using Microsoft Entra ID might require extra configuration in your resource to grant access. Learn how to [configure key-less authentication with Microsoft Entra ID](../../how-to/configure-entra-id.md).
49+
Using Microsoft Entra ID might require extra configuration in your resource to grant access. Learn how to [configure key-less authentication with Microsoft Entra ID](../../../how-to/configure-entra-id.md).
5050

5151
### Create a chat completion request
5252

0 commit comments

Comments
 (0)