Live data from Hacker News

Show HN: I built a better UI for ChatGPT

typingmind.com

1–10 of 95 posts

Re: Show HN: I built a better UI for ChatGPT

#2
I was annoyed by the default OpenAI ChatGPT slow-typing animation and logging me out every day, so I built a new UI client on top of its API.

It's a static web app, you can host it yourself, data is stored locally on your browser, API requests are made directly to OpenAI API without any middle server.

It has some more convenient features that make your that experience way better. Like search chat history, prompt library, integrations, etc.

Would love to hear all the feedback!

Re: Show HN: I built a better UI for ChatGPT

#3

I was annoyed by the default OpenAI ChatGPT slow-typing animation and logging me out every day, so I built a new UI client on top of its API. It's a static web app, you can host it yourself, data is stored locally on your browser, API requests are made directly to OpenAI API without any middle server. It has some more convenient features that make your that experience way better. Like search chat history, prompt libr…

Agree on both issues, specially the one logging you out daily. Congrats on the quick launch!

Can already see the whisper model makings its way through the product :)

Re: Show HN: I built a better UI for ChatGPT

#7

I was annoyed by the default OpenAI ChatGPT slow-typing animation and logging me out every day, so I built a new UI client on top of its API. It's a static web app, you can host it yourself, data is stored locally on your browser, API requests are made directly to OpenAI API without any middle server. It has some more convenient features that make your that experience way better. Like search chat history, prompt libr…

Agree on both issues, specially the one logging you out daily. Congrats on the quick launch! Can already see the whisper model makings its way through the product :)

thank you!

Re: Show HN: I built a better UI for ChatGPT

#9
Well done! I wonder if it's worth it to also hide a "select model" option somewhere, since we're putting in our own api keys i'd be interested in trying out other models even though they arent "chat" models.

Also would be great to see which messages are included in the computation, since chat gpt limits total characters per request to 4K? so inevitably some past messages will be rendered useless.

Overall well done!

Post reply on HN