Replies: 1 comment 6 replies
-
I enforced the strictness of the schema in response to #4339. |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I get 41 validation errors when posting a request with these fields to vLLM OpenAI endpoint:
41 validation errors for CompletionRequest
Extra inputs are not permitted [type=extra_forbidden, input_value='', input_type=str]
For further information visit https://errors.pydantic.dev/2.7/v/extra_forbidden
The list is long, is this normal that so many fields are actually not accepted by openAI compatible endpoint? Because some of these seem very important like max_new_tokens, rep_pen_range, top_a etc
Just making sure, I'm not doing something wrong:
Beta Was this translation helpful? Give feedback.
All reactions