cf-openai-azure-proxy
cf-openai-azure-proxy copied to clipboard
Handle Azure API 500 exception
Azure API may encounter internal server error occasionally, when this happens a raw HTML source code is returned which harms user experience. This PR catches internal server error exceptions, provides user a short and clear message.
Before:
After: