[Doc] Fix outdated source reference comment in anthropic/serving.py (#40189)

Signed-off-by: z1ying <tzzying@outlook.com>
This commit is contained in:
z1ying
2026-04-17 22:31:13 -07:00
committed by GitHub
parent 80b18230e0
commit cda19ecf4d
+1 -1
View File
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
# Adapted from
# https://github.com/vllm/vllm/entrypoints/openai/serving_chat.py
# https://github.com/vllm-project/vllm/blob/main/vllm/entrypoints/openai/chat_completion/serving.py
"""Anthropic Messages API serving handler"""