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.
Show HN: YakGPT – A locally running, hands-free ChatGPT UI
61–70 of 123 posts
Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI
#62This 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.
Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI
#63Earlier 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…
Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI
#64Earlier 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!
Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI
#65could you please add some screenshots of how it looks
Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI
#66I 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...
Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI
#67Earlier 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.
Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI
#68Re: Show HN: YakGPT – A locally running, hands-free ChatGPT UI
#69Earlier 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 ?