Improve docs and fix the broken links (#1875)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
.. _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)).
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
.. _sampling-parameters:
|
||||
|
||||
# Sampling Parameters in SGLang Runtime
|
||||
This doc describes the sampling parameters of the SGLang Runtime.
|
||||
It is the low-level endpoint of the runtime.
|
||||
|
||||
Reference in New Issue
Block a user