Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
8d646c2e
Unverified
Commit
8d646c2e
authored
Jun 04, 2025
by
Calvin Chen
Committed by
GitHub
Jun 04, 2025
Browse files
[Cleanup][v1]:remote guided-decoding-backend for example (#19059)
Signed-off-by:
calvin chen
<
120380290@qq.com
>
parent
5d6d1adf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
examples/online_serving/openai_chat_completion_structured_outputs.py
...line_serving/openai_chat_completion_structured_outputs.py
+0
-1
No files found.
examples/online_serving/openai_chat_completion_structured_outputs.py
View file @
8d646c2e
...
...
@@ -139,7 +139,6 @@ def extra_backend_options_completion(client: OpenAI, model: str):
extra_body
=
{
"guided_regex"
:
r
"\w+@\w+\.com\n"
,
"stop"
:
[
"
\n
"
],
"guided_decoding_backend"
:
"xgrammar"
,
"guided_decoding_disable_fallback"
:
True
,
},
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment