Live data from Hacker News

Show HN: YakGPT – A locally running, hands-free ChatGPT UI

yakgpt.vercel.app

61–70 of 123 posts

Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI

#61

Hi ChatGPT! Let me register using my personal information, then tell you what my tasks are at works, what I'm interesting in, what I'm struggling with in life and a bunch of other sensitive personal information. I trust you completely, and am sure a nice AI such as yourself would never use my personal data for anything.

Barking up the wrong tree, this post is for a thirdparty tool.

Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI

#62

This is fast. And talking to it is a nice touch. Consider adding text to speech too :) One feature I am missing from all these front ends is the ability to edit your text and generate new response from that point. Official chat gpt UI is the only one that seems to do that.

Hey! You can edit past messages you've submitted and they will generate a new response that overwrites whatever happened in the conversation previously. If you're talking about a tree-like struct where you can have different branches, then true, only the official UI has it AFAIK :)

Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI

#63
post #56

Earlier quoted context omitted.

It wasn't so smooth for me. I gave up at Creating an optimized production build ...TypeError: Cannot read properties of null (reading 'useRef')

Oh, my install failed at: Failed to compile. pages/index.tsx `next/font` error: Failed to fetch `Inter` from Google Fonts. > Build failed because of webpack errors Apparently because it can't fetch a font from Google. There should be assets that are critical (js/ts code, templates,css) and assets that are not (freaking fonts) to a yarn build. edit: hacketyfixey, let's punch the thing in the face until it works: ./pag…

Haha, I'll set up a docker image that people can pull down!

Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI

#64

Earlier quoted context omitted.

Oh, my install failed at: Failed to compile. pages/index.tsx `next/font` error: Failed to fetch `Inter` from Google Fonts. > Build failed because of webpack errors Apparently because it can't fetch a font from Google. There should be assets that are critical (js/ts code, templates,css) and assets that are not (freaking fonts) to a yarn build. edit: hacketyfixey, let's punch the thing in the face until it works: ./pag…

Haha, I'll set up a docker image that people can pull down!

Thanks but FWIW, I'd also be interested in why it doesn't build. Shouldn't yarn/npm/gulp/whatever manage dependencies ?

Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI

#66

I love the concept of this and other alternate ChatGPT UIs, but I hesitate to use them and pay for my calls when I could use chat.openai.com for free. Any chance you could integrate the backend-api, and let me paste in my Bearer token from there?

Remember that using the API comes with privacy guarantees that using the chatGPT site does not. tldr; anything sent through the API won't be used to train the model and will be deleted after a month. https://help.openai.com/en/articles/5722486-how-your-data-is...

This is a good point I'll add!

Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI

#67
post #31

Earlier quoted context omitted.

GPT-3.5 is really cheap (prompt and completion = $0.002 / 1K tokens), but GPT-4 is around 20 times more expensive (prompt = $0.03 / 1K tokens + completion = $0.06 / 1K tokens). But the benefit from using the API is that you can change the model on the fly, so you chat with 3.5 until you notice that it's not responding properly and, with all the history you have (probably stored in your database), you can send a bigge…

Sure, but GPT-4 through the UI costs $20 per month, which is a lot of api calls.

Isn’t it 10 per hour?

Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI

#68
BRO. Your transcription is SO fast. I've hacked at a similar project passing to the Whisper API and honestly I was already blown away with its speed and accuracy (as was anyone I showed it to), but your implementation is so much faster both in TTS as well as the response from their API. I will absolutely use this.

Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI

#69

Earlier quoted context omitted.

Haha, I'll set up a docker image that people can pull down!

Thanks but FWIW, I'd also be interested in why it doesn't build. Shouldn't yarn/npm/gulp/whatever manage dependencies ?

I've not found a dependency manager that works reliably across multiple operating systems and operating system versions.
Post reply on HN