Skip to content

Commit b91a479

Browse files
committed
Merge branch 'fix-response-format-for-chat-completions-models' of github.com:msakande/azure-ai-docs-pr into fix-response-format-for-chat-completions-models
2 parents 368f1ab + 2c9c986 commit b91a479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)