fix small typos in docs (#2047)

This commit is contained in:
Xiaoyu Zhang
2024-11-16 03:09:10 +08:00
committed by GitHub
parent 32c9a7ec11
commit 023d0a73df
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
# Frontend: Structured Generation Language (SGLang)
The frontend language can be used with local models or API models. It is an alternative to the OpenAI API. You may found it easier to use for complex prompting workflow.
The frontend language can be used with local models or API models. It is an alternative to the OpenAI API. You may find it easier to use for complex prompting workflow.
## Quick Start
The example below shows how to use SGLang to answer a multi-turn question.