Ideally this would support a lightweight proxy for the API, some kind of login, and some ChatGPT-like features like chat history (serving the right history to the right user :-)
Has anyone else pursued this? Right now it looks like there are a handful of alternative UIs, like chatbot-ui[3] and chatgpt-ui[4]. I haven't run into an API proxy supporting some of the detailed features like streaming, though it wouldn't be too hard to build.
[1] https://openai.com/policies/api-data-usage-policies
[2] https://help.openai.com/en/articles/7039943-data-usage-for-consumer-services-faq
[3] https://github.com/mckaywrigley/chatbot-ui
[4] https://github.com/dvcrn/chatgpt-ui
I think the UI that best meets your requirements is https://github.com/WongSaang/chatgpt-ui (django backend, multiple user auth, streaming support)
If you find a better UI that is not on the list, I would appreciate it if you could let me know so that I can update the list.