You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: openai.BadRequestError: Error code: 400 - {'error': {'message': "1 validation error for ChatCompletionRequest\nmessages.0.user.name\n Extra inputs are not permitted [type=extra_forbidden, input_value='bob', input_type=str]\n For further information visit https://errors.pydantic.dev/2.10/v/extra_forbidden (request id: 2025020619014024915328971379754)", 'type': 'upstream_error', 'param': '400', 'code': 'bad_response_status_code'}}
The text was updated successfully, but these errors were encountered:
The limitation of extra=forbid also blocks interaction of AutoGen agents with Mistral models served through vLLM. @patrickvonplaten Are there any changes/updates planned for fixing this issue?
I have already reviewed the PR at #10463, but this issue still persists.
docker:
vllm/vllm-openai:latest
parameters:
--model /data/models/mistralai/Mistral-Large-Instruct-2411 --disable-log-requests --trust-remote-code --enforce-eager --enable-auto-tool-choice --tool-call-parser mistral --tokenizer-mode mistral --config-format mistral
code:
error:
openai.BadRequestError: Error code: 400 - {'error': {'message': "1 validation error for ChatCompletionRequest\nmessages.0.user.name\n Extra inputs are not permitted [type=extra_forbidden, input_value='bob', input_type=str]\n For further information visit https://errors.pydantic.dev/2.10/v/extra_forbidden (request id: 2025020619014024915328971379754)", 'type': 'upstream_error', 'param': '400', 'code': 'bad_response_status_code'}}
The text was updated successfully, but these errors were encountered: