Building Out Frontends for all my tuned/embedded GPT Models

Hey,

Recently, I realized that I spent quite a bit of time building out frontends for all of my tuned/embedded GPT Models. If anyone else has this problem, I solved it by building out one frontend similar to ChatGPT and plugging in all of backends to it. This way I or people I want to share it with can access it in a more pleasing UI. Let me know if you want me to share and build out a way for others to plugin their backends.

3 Likes

Hey, that sounds amazing! Do you have any examples of UI designs? After all, UX can get very complex depending on the case.

My use case has been simple prompts and answers and so the UI is fairly simple. I modeled it after the ChatGPT site since that resonates with people the most.

hey i recently fine tuned my first model and im looking for a way to share/paywall it with just a wrapper. im not a dev by any means. are you open to sharing the code?

I came across this recently, perhaps it could be useful: GitHub - Niek/chatgpt-web: ChatGPT web interface using the OpenAI API