File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ These optimizations make vLLM one of the fastest and most versatile engines for
42
42
43
43
vLLM extends the OpenAI API with additional parameters to enable structured outputs. These include:
44
44
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.
49
49
50
50
Here’s how each works, along with example outputs:
51
51
You can’t perform that action at this time.
0 commit comments