Skip to content
Open
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
1 change: 1 addition & 0 deletions vllm/entrypoints/openai/serving_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1761,6 +1761,7 @@ def _make_request_with_harmony(
assert not self.supports_browsing
assert not self.supports_code_interpreter
sys_msg = get_system_message(
model_identity=(request.chat_template_kwargs or {}).get("model_identity"),
reasoning_effort=request.reasoning_effort,
browser_description=None,
python_description=None,
Expand Down