Live data from Hacker News

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

yakgpt.vercel.app

21–30 of 123 posts

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

#21
I've been playing around with your Idea Generator persona for the last 15 minutes and have been absolutely blown away. Excellent prompt engineering.

As mentioned by others, it would be great to customize or write new personas/prompts.

Also could you add a voice chatbot as well using vocode? It could be an alternative UI for each of the personas.

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

#23

It's pretty bad to ask people to enter e private secret key in a web site (any, I mean)

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

Maybe a small video demo would be an ok alternative?

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

#24

It's pretty bad to ask people to enter e private secret key in a web site (any, I mean)

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.

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

#27

It's pretty bad to ask people to enter e private secret key in a web site (any, I mean)

Why? OpenAI keys can be revoked at any time, and OpenAI allows you to set soft and hard limits for billing as well.

You can also generate multiple keys, so if one app misbehaves, you don't need to rotate all the keys, just the one that misbehaves.

This is assuming the API keys can only do generation. If it can access billing details or something it's very different of course.

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

#30

Earlier quoted context omitted.

How is it that cheap?! I ran three queries on langchain yesterday with two ConstitionalPrompts and it cost $0.22 - made me realize deploying my project for cheap could be expensive quick.

You need to check which model you are using, also... LangChain runs through the model several times with increased token count on each successive call.

Yeah I assumed it would be doing several times but still more expensive than OP mentioned. I think the issue is I'm using davinci-003
Post reply on HN