Fix links in the docs (#1878)

This commit is contained in:
Lianmin Zheng
2024-11-01 18:21:14 -07:00
parent a54f278d44
commit 2134f0898c
4 changed files with 4 additions and 10 deletions

View File

@@ -1,5 +1,3 @@
.. _custom-chat-template:
# Custom Chat Template in SGLang Runtime
**NOTE**: There are two chat template systems in SGLang project. This document is about setting a custom chat template for the OpenAI-compatible API server (defined at [conversation.py](https://github.com/sgl-project/sglang/blob/main/python/sglang/srt/conversation.py)). It is NOT related to the chat template used in the SGLang language frontend (defined at [chat_template.py](https://github.com/sgl-project/sglang/blob/main/python/sglang/lang/chat_template.py)).