litellm
litellm copied to clipboard
feat: read chat-template from tokenizer files for vllm
Title
Support reading the chat-template embedded in the tokenizer files for vllm.
We can use the transformers library directly since transformers is a dependency for vLLM, and if the custom_llm_provider
is vLLM, the user must have it installed.
Relevant issues
Fixes #1251
Type
🆕 New Feature