[Cleanup][v1]:remote guided-decoding-backend for example (#19059)

Signed-off-by: calvin chen <120380290@qq.com>
This commit is contained in:
Calvin Chen 2025-06-04 12:23:26 +08:00 committed by GitHub
parent 5d6d1adf15
commit 8d646c2e53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
},
)