Skip to content

Commit 8d646c2

Browse files
authored
[Cleanup][v1]:remote guided-decoding-backend for example (vllm-project#19059)
Signed-off-by: calvin chen <[email protected]>
1 parent 5d6d1ad commit 8d646c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/online_serving/openai_chat_completion_structured_outputs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def extra_backend_options_completion(client: OpenAI, model: str):
139139
extra_body={
140140
"guided_regex": r"\w+@\w+\.com\n",
141141
"stop": ["\n"],
142-
"guided_decoding_backend": "xgrammar",
143142
"guided_decoding_disable_fallback": True,
144143
},
145144
)

0 commit comments

Comments
 (0)