Skip to content

Commit 64700f0

Browse files
committed
fix
Signed-off-by: chenjincong <[email protected]>
1 parent 5eec6ca commit 64700f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vllm/entrypoints/llm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -703,9 +703,9 @@ def chat(
703703
responses in the same order as the input messages.
704704
"""
705705
from vllm.entrypoints.chat_utils import (
706-
apply_hf_chat_template, apply_mistral_chat_template,
707-
parse_chat_messages, resolve_chat_template_content_format)
708-
706+
ChatCompletionMessageParam, apply_hf_chat_template,
707+
apply_mistral_chat_template, parse_chat_messages,
708+
resolve_chat_template_content_format)
709709
list_of_messages: list[list[ChatCompletionMessageParam]]
710710

711711
# Handle multi and single conversations

0 commit comments

Comments
 (0)