Skip to content

Commit d811a76

Browse files
committed
update
1 parent 49fb452 commit d811a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/chat-completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ The token counting portion of the code demonstrated previously is a simplified v
547547

548548
## Troubleshooting
549549

550-
### Do not use ChatML syntax with the Chat Completions endpoints
550+
### Do not use ChatML syntax with the Chat Completions endpoint
551551

552552
We have found that some customers will try using the [legacy ChatML syntax](./chat-markup-language.md) with the chat completion endpoints and newer models. ChatML was a preview capability that only worked with the legacy completions endpoint with the `gpt-35-turbo` version 0301 model which is [slated for retirement](../concepts/model-retirements.md). Attempting to use ChatML syntax with newer models and the chat completions endpoint can result in unexpected model response behavior and is not recommended.
553553

0 commit comments

Comments
 (0)