Earlier quoted context omitted.
Ohh man I wanted to publish my own electron app today :( It's basically doing the same thing. I found that using API keys is also significantly cheaper than using the subscription with moderate usage. Congrats on the release.
Don't worry there are only about 10,000 people working on similar apps right now ;)
Show HN: I built a better UI for ChatGPT
31–40 of 95 posts
Re: Show HN: I built a better UI for ChatGPT
#32Re: Show HN: I built a better UI for ChatGPT
#33Earlier quoted context omitted.
Yep, I was surprised I about the response time too. I'm not sure what's going on under the hood, maybe OpenAI did something with the stream output that causes the slowness.
Perhaps it is simply a way to limit the number of queries? If you force people to wait 10s for an answer they aren't writing new questions all the time.
Re: Show HN: I built a better UI for ChatGPT
#34One feature I would love is passing a prompt (or even a conversation) using queryparams. It would help for the integration with other tools.
Another feature I'd love is to exploit the 'system' agent. From the documentation, there are three possible agents : User, Assistant and System. My understanding is that system can be exploited to drive the expected general behavior of the assistant and seems very useful to that regard.
Last thing, if it was open-source I could clone it and that would dismiss any fears from having my API key stolen. But that's up to you of course.
Re: Show HN: I built a better UI for ChatGPT
#35Earlier quoted context omitted.
Isn’t ChatGPT itself closed source?
I mean, - ChatGPT's UI is closed-source, so I implemented a UI that looks almost identical to ChatGPT, - While ChatGPT's AI model is closed source, it can be accessed through the OpenAI API.
Re: Show HN: I built a better UI for ChatGPT
#36Earlier quoted context omitted.
Don't worry there are only about 10,000 people working on similar apps right now ;)
I'm also building a personal ChatGPT client for a similar reason as the OP, which is to address the issues of buggy and slow UX, among others. As you mentioned, many people are currently working on projects using ChatGPT API. In fact, in the past 24 hours, around 12 new apps that have been showcased on OpenAI Discord channel alone. Some of these apps are open source, which makes them a great source of learning and in…
Do you then reference those open source apps?
Re: Show HN: I built a better UI for ChatGPT
#37It has the one most important feature ChatGPT is missing: add to homescreen/install. Not sure why they haven't added it yet. Thank you for making this!
Re: Show HN: I built a better UI for ChatGPT
#38Looks amazing - congrats! I haven't checked the API in detail but how do you keep the context of the conversation (awareness of previous questions and answers)? Do you send back the whole conversation on every request?