Skip to content

Commit cda19ec

Browse files
authored
[Doc] Fix outdated source reference comment in anthropic/serving.py (vllm-project#40189)
Signed-off-by: z1ying <tzzying@outlook.com>
1 parent 80b1823 commit cda19ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vllm/entrypoints/anthropic/serving.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
33
# Adapted from
4-
# https://github.com/vllm/vllm/entrypoints/openai/serving_chat.py
4+
# https://github.com/vllm-project/vllm/blob/main/vllm/entrypoints/openai/chat_completion/serving.py
55

66
"""Anthropic Messages API serving handler"""
77

0 commit comments

Comments
 (0)