Skip to content

Commit 30f4a85

Browse files
committed
update ms date
1 parent 700b115 commit 30f4a85

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

articles/ai-studio/how-to/deploy-models-phi-3-5-moe.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Phi-3.5 MoE chat model with Azure AI Studio.
55
ms.service: azure-ai-studio
66
manager: scottpolly
77
ms.topic: how-to
8-
ms.date: 08/16/2024
8+
ms.date: 08/19/2024
99
ms.reviewer: kritifaujdar
1010
reviewer: fkriti
1111
ms.author: mopeakande
@@ -147,7 +147,7 @@ response = client.complete(
147147
```
148148

149149
> [!NOTE]
150-
> Phi-3.5-MoE-Instruct don't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
150+
> Phi-3.5-MoE-Instruct doesn't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
151151
152152
The response is as follows, where you can see the model's usage statistics:
153153

@@ -397,7 +397,7 @@ var response = await client.path("/chat/completions").post({
397397
```
398398

399399
> [!NOTE]
400-
> Phi-3.5-MoE-Instruct don't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
400+
> Phi-3.5-MoE-Instruct doesn't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
401401
402402
The response is as follows, where you can see the model's usage statistics:
403403

@@ -678,7 +678,7 @@ Response<ChatCompletions> response = client.Complete(requestOptions);
678678
```
679679

680680
> [!NOTE]
681-
> Phi-3.5-MoE-Instruct don't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
681+
> Phi-3.5-MoE-Instruct doesn't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
682682

683683
The response is as follows, where you can see the model's usage statistics:
684684
@@ -912,7 +912,7 @@ The following example shows how you can create a basic chat completions request
912912
```
913913

914914
> [!NOTE]
915-
> Phi-3.5-MoE-Instruct don't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
915+
> Phi-3.5-MoE-Instruct doesn't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
916916

917917
The response is as follows, where you can see the model's usage statistics:
918918

articles/ai-studio/how-to/deploy-models-phi-3-5-vision.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Phi-3.5 chat model with vision with Azure AI Studi
55
ms.service: azure-ai-studio
66
manager: scottpolly
77
ms.topic: how-to
8-
ms.date: 08/16/2024
8+
ms.date: 08/19/2024
99
ms.reviewer: kritifaujdar
1010
reviewer: fkriti
1111
ms.author: mopeakande
@@ -143,7 +143,7 @@ response = client.complete(
143143
```
144144

145145
> [!NOTE]
146-
> Phi-3.5-vision-Instruct don't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
146+
> Phi-3.5-vision-Instruct doesn't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
147147
148148
The response is as follows, where you can see the model's usage statistics:
149149

@@ -463,7 +463,7 @@ var response = await client.path("/chat/completions").post({
463463
```
464464

465465
> [!NOTE]
466-
> Phi-3.5-vision-Instruct don't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
466+
> Phi-3.5-vision-Instruct doesn't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
467467
468468
The response is as follows, where you can see the model's usage statistics:
469469

@@ -820,7 +820,7 @@ Response<ChatCompletions> response = client.Complete(requestOptions);
820820
```
821821

822822
> [!NOTE]
823-
> Phi-3.5-vision-Instruct don't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
823+
> Phi-3.5-vision-Instruct doesn't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
824824

825825
The response is as follows, where you can see the model's usage statistics:
826826
@@ -1115,7 +1115,7 @@ The following example shows how you can create a basic chat completions request
11151115
```
11161116
11171117
> [!NOTE]
1118-
> Phi-3.5-vision-Instruct don't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
1118+
> Phi-3.5-vision-Instruct doesn't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
11191119
11201120
The response is as follows, where you can see the model's usage statistics:
11211121

articles/ai-studio/how-to/deploy-models-phi-3-vision.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Phi-3 chat model with vision with Azure AI Studio.
55
ms.service: azure-ai-studio
66
manager: scottpolly
77
ms.topic: how-to
8-
ms.date: 08/16/2024
8+
ms.date: 08/19/2024
99
ms.reviewer: kritifaujdar
1010
reviewer: fkriti
1111
ms.author: mopeakande
@@ -143,7 +143,7 @@ response = client.complete(
143143
```
144144

145145
> [!NOTE]
146-
> Phi-3-vision-128k-Instruct don't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
146+
> Phi-3-vision-128k-Instruct doesn't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
147147
148148
The response is as follows, where you can see the model's usage statistics:
149149

@@ -463,7 +463,7 @@ var response = await client.path("/chat/completions").post({
463463
```
464464

465465
> [!NOTE]
466-
> Phi-3-vision-128k-Instruct don't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
466+
> Phi-3-vision-128k-Instruct doesn't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
467467
468468
The response is as follows, where you can see the model's usage statistics:
469469

@@ -820,7 +820,7 @@ Response<ChatCompletions> response = client.Complete(requestOptions);
820820
```
821821

822822
> [!NOTE]
823-
> Phi-3-vision-128k-Instruct don't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
823+
> Phi-3-vision-128k-Instruct doesn't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
824824

825825
The response is as follows, where you can see the model's usage statistics:
826826
@@ -1115,7 +1115,7 @@ The following example shows how you can create a basic chat completions request
11151115
```
11161116
11171117
> [!NOTE]
1118-
> Phi-3-vision-128k-Instruct don't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
1118+
> Phi-3-vision-128k-Instruct doesn't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
11191119
11201120
The response is as follows, where you can see the model's usage statistics:
11211121

articles/ai-studio/how-to/deploy-models-phi-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Phi-3 family chat models with Azure AI Studio.
55
ms.service: azure-ai-studio
66
manager: scottpolly
77
ms.topic: how-to
8-
ms.date: 08/16/2024
8+
ms.date: 08/19/2024
99
ms.reviewer: kritifaujdar
1010
reviewer: fkriti
1111
ms.author: mopeakande

0 commit comments

Comments
 (0)