Skip to content

Commit 57a9985

Browse files
committed
Update Blog “using-structured-outputs-in-vllm”
1 parent 4bf9f4e commit 57a9985

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/blog/using-structured-outputs-in-vllm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ These optimizations make vLLM one of the fastest and most versatile engines for
4242

4343
vLLM extends the OpenAI API with additional parameters to enable structured outputs. These include:
4444

45-
* **`guided_choice`:** Restricts output to a set of predefined choices.
46-
* **`guided_regex`:** Ensures outputs match a given regex pattern.
47-
* **`guided_json`:** Validates outputs against a JSON schema.
48-
* **`guided_grammar`:** Enforces structure using context-free grammars.
45+
* **guided_choice:** Restricts output to a set of predefined choices.
46+
* **guided_regex:** Ensures outputs match a given regex pattern.
47+
* **guided_json:** Validates outputs against a JSON schema.
48+
* **guided_grammar:** Enforces structure using context-free grammars.
4949

5050
Here’s how each works, along with example outputs:
5151

0 commit comments

Comments
 (0)