cf-openai-azure-proxy
cf-openai-azure-proxy copied to clipboard
Set response Content-Type to text/event-stream to fix the third-party client compatibility
I resolved the compatibility issue with ChatGPT Web Next by setting the response Content-Type to text/event-stream.
Please see the changes in my express app https://github.com/ShinChven/cf-openai-azure-proxy/commit/f642d34cda64b8b08a8f81486837d94b62fa6370 (Pull request not merged https://github.com/haibbo/cf-openai-azure-proxy/pull/53)