diff --git a/docs/source/use-litellm-as-backend.mdx b/docs/source/use-litellm-as-backend.mdx index dfebf2103..1fc817b06 100644 --- a/docs/source/use-litellm-as-backend.mdx +++ b/docs/source/use-litellm-as-backend.mdx @@ -11,7 +11,8 @@ Documentation for available APIs and compatible endpoints can be found [here](ht ```bash lighteval endpoint litellm \ "gpt-3.5-turbo" \ - "lighteval|gsm8k|0|0" + "lighteval|gsm8k|0|0" \ + --use-chat-template ``` ## Using a config file