Otherwise, it really looks good.
Show HN: YakGPT – A locally running, hands-free ChatGPT UI
101–110 of 123 posts
Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI
#102The only thing I'd suggest to consider to add is some sort of authentication. If I deploy this on a server so I could reach it with my mobile, on the go, and it has my API credentials, I wouldn't want anyone who stumbles upon the page to be able to interface ChatGPT on my expense. Otherwise, it really looks good.
Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI
#103The only thing I'd suggest to consider to add is some sort of authentication. If I deploy this on a server so I could reach it with my mobile, on the go, and it has my API credentials, I wouldn't want anyone who stumbles upon the page to be able to interface ChatGPT on my expense. Otherwise, it really looks good.
Your API key and chat history are stored in browser local storage only.
Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI
#104Earlier quoted context omitted.
I added whisper to that (was merged) so you can talk to it as well.
In official UI the chat history is like a tree. If you edit a message, it branches off the conversation from that point. You can always go back to any message in the tree and see the conversation from there on. Can you do that in your UI? No UI has done that so far.
Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI
#105Earlier quoted context omitted.
> Most people can talk faster than they can type Most people I know type faster than they can talk. Also more accurate. I find talking a horrible interface to a computer while sitting down. On the move it is another story entirely of course. By the way, chatgpt is not very fast either, so usually I type something in the chat and continue working while it generates the response. > smart glasses I just tried that; it w…
Normal/average talking is ~150 WPM. Average typing speed is about 60-70. Is a 150+WPM a requirement to become anonzzies' friend?
Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI
#106It's pretty bad to ask people to enter e private secret key in a web site (any, I mean)
I answer back to myself: I miss-understood since the idea of the developer is to run it locally http://localhost:3000 while I got scared from the DEMO
Congrats to the developer!
Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI
#107Earlier quoted context omitted.
> Most people can talk faster than they can type Most people I know type faster than they can talk. Also more accurate. I find talking a horrible interface to a computer while sitting down. On the move it is another story entirely of course. By the way, chatgpt is not very fast either, so usually I type something in the chat and continue working while it generates the response. > smart glasses I just tried that; it w…
The advantage of course is your not tied to a keyboard / desk. So one could potentially be doing Internet research while hiking.
Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI
#108Earlier quoted context omitted.
Your API key and chat history are stored in browser local storage only.
Well, I'd love to see a change there as well, then: if I'd want to share the interface with my family I wouldn't want to reenter everything everywhere they might be accessing the page from.
Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI
#109Given that Vocode (realtime audio, llm, etc) came out a few days ago, could you speak to how yours compares to it? https://github.com/vocodedev/vocode-python
Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI
#110Earlier quoted context omitted.
They provided an option to build it locally and run it yourself. But yeah, I wish there is a common proxy protocol that would allow website accessing private resources without exposing private keys
OpenAI should implement an oauth authorization server and allow developers to use "Login with OpenAI account" into their apps.