Skip to content

Commit bb507ad

Browse files
committed
fix
1 parent 00c0efe commit bb507ad

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
@@ -553,7 +553,7 @@ Some customers try to use the [legacy ChatML syntax](../how-to/chat-markup-langu
553553

554554
| Error |Cause | Solution |
555555
|---|---|---|
556-
| 400 - "Failed to generate output due to special tokens in the input." | Your prompt contains legacy ChatML tokens not recognized or supported by the model/endpoint. | Ensure that your prompt/messages array doesn't contain any legacy ChatML tokens/special. If you're upgrading from a legacy model, exclude all special tokens before you submit an API request to the model.|
556+
| 400 - "Failed to generate output due to special tokens in the input." | Your prompt contains legacy ChatML tokens not recognized or supported by the model/endpoint. | Ensure that your prompt/messages array doesn't contain any legacy ChatML tokens/special tokens. If you're upgrading from a legacy model, exclude all special tokens before you submit an API request to the model.|
557557

558558
## Next steps
559559

0 commit comments

Comments
 (0)