diff --git a/docs/source/serving/openai_compatible_server.md b/docs/source/serving/openai_compatible_server.md index 5827ecc83491a..22b1d774bac75 100644 --- a/docs/source/serving/openai_compatible_server.md +++ b/docs/source/serving/openai_compatible_server.md @@ -336,7 +336,11 @@ Example supported models: Flags: `--tool-call-parser pythonic --chat-template {see_above}` -WARNING: Llama's smaller models frequently fail to emit tool calls in the correct format. Your mileage may vary. +--- +**WARNING** +Llama's smaller models frequently fail to emit tool calls in the correct format. Your mileage may vary. + +--- ### How to write a tool parser plugin