Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vllm/entrypoints/chat_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def resolve_hf_chat_template(
tools: Optional[list[dict[str, Any]]],
*,
model_config: ModelConfig,
trsut_remote_code: Optional[bool] = None,
trust_remote_code: Optional[bool] = None,
) -> Optional[str]:
# 1st priority: The given chat template
if chat_template is not None:
Expand Down Expand Up @@ -1293,4 +1293,4 @@ def apply_mistral_chat_template(
raise ValueError from e

def random_tool_call_id() -> str:
return f"chatcmpl-tool-{random_uuid()}"
return f"chatcmpl-tool-{random_uuid()}"