You'll notice
Useful2 Signal0
The local HTTP API now returns a clear 400 when model isn't a string, instead of ignoring it.
What's wrong with this entry?
Anonymous. No account, no email.
What
A request body whose model key is not a string now fails loudly instead of having the field quietly ignored.
Details
- Returns 400 with an
invalid_request_error.
Evidence
model must be a string
Strings lifted out of the shipped bundle, so the claim above can be checked against them.