The serverless models endpoint is returning the wrong "Content-Type" value in the HTTP header for streaming responses.
Currently it returns: 'Content-Type': 'application/json'
It should return: 'Content-Type': 'text/event-stream'
This breaks some of the OpenAI clients, like open-webui, making parasail not usable!