What's Changed
* [Feat] Litellm Proxy improve exception mapping by ishaan-jaff in https://github.com/BerriAI/litellm/pull/1449
All Exceptions from the LiteLLM Proxy return the following format - this is exactly the OpenAI API Exception format
json
{
"error": {
"message": "'[{role: user, content: hi}]' is not of type 'array' - 'messages'",
"type": "invalid_request_error",
"param": null,
"code": null
}
}
* Fix minor typos in image_generation.md by cmungall in https://github.com/BerriAI/litellm/pull/1450
New Contributors
* cmungall made their first contribution in https://github.com/BerriAI/litellm/pull/1450
**Full Changelog**: https://github.com/BerriAI/litellm/compare/v1.17.6...v1.17.7