Azure Mistral - Error 422 #4514
Replies: 2 comments
-
Same Situation here!
|
Beta Was this translation helpful? Give feedback.
-
Hi!
should be replaced with this code:
|
Beta Was this translation helpful? Give feedback.
-
Same Situation here!
|
Beta Was this translation helpful? Give feedback.
-
Hi!
should be replaced with this code:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
we face an issue with Mistral hosted serverless on MS Azure.
If we are using presets in a chat we get the following error message:
Something went wrong. Here's the specific error message we encountered: 422 {"detail":[{"type":"extra_forbidden","loc":["body","messages",0,"system","name"],"msg":"Extra inputs are not permitted","input":"instructions"}]}
I could pin the error down the body of the HTTP POST request to the Azure API:
If the objects in the messages body only contain the keys
role
andcontent
the request works.I tried to use
extra-parameters: drop
as described in the Azure API description. However this doesn't fix the issue.Is there any possibility to drop the parameter on Librechat side? I saw the dropParams configuration but I think it does not work on nested objects in messages array.
Thanks a lot for the help.
Our configuration:
Beta Was this translation helpful? Give feedback.
All reactions