Skip to content

Commit

Permalink
support chat completion with multi model
Browse files Browse the repository at this point in the history
Signed-off-by: Chendi.Xue <[email protected]>
  • Loading branch information
xuechendi committed Jan 10, 2025
1 parent 844c146 commit 1ea9d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/entrypoints/openai/serving_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ async def create_chat_completion(
engine_prompt,
sampling_params,
request_id,
model = request.model,
lora_request=lora_request,
trace_headers=trace_headers,
prompt_adapter_request=prompt_adapter_request,
Expand Down

0 comments on commit 1ea9d6c

Please sign in to comment.