Replies: 2 comments
-
|
@JunyiXu-nv, could you please review this question? I would greatly appreciate it. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for your report! @khe0613 I filed a PR to fix it: #11497. Could you have a try? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Open AI's Create chat completion API documentation explicitly states that when using
json_schemainresponse_format, a wrapper field(schema) should be used as follows:However, currently in TensorRT-LLM, when using
json_schemainresponse_format, you must define the json schema directly instead of using wrapper field(schema) . (See #8934)I have two questions regarding this situation.
schema)?Thank you 😊
Beta Was this translation helpful? Give feedback.
All reactions