Azure-Samples / openai-chat-app-quickstart

A simple chat application that uses managed identity for Azure OpenAI access. Designed for deployment on Azure Container Apps with the Azure Developer CLI.
MIT License
167 stars 103 forks source link

Question - why is the return type 'text/html; charset=utf-8' #222

Open diberry opened 3 weeks ago

diberry commented 3 weeks ago

Is it a best practice for chat apps or something to do with streaming?

pamelafox commented 3 weeks ago

Nope, I'll fix it! We usually go with some sort of JSON-lines mime-type. Thanks for noticing!