Hacker News new | ask | show | jobs
Show HN: A UNIX-ey Interface to GPT3 (github.com)
34 points by Aesthetikx 1259 days ago
I wanted a more accessible way to play with GPT3, and as I spend a lot of my time in the terminal, this was a fun way! Check out the examples section to see some use cases.
3 comments

I made something quite similar, it runs with support for things like color: https://github.com/runvnc/askleo
Very cool! Do you have privacy concerns?
Somewhat; I think I briefly mention this in the readme but I could expand on it. There is some reading here https://beta.openai.com/docs/guides/safety-best-practices and here https://beta.openai.com/docs/guides/production-best-practice..., although in general, yes, anything that gets sent to OpenAI is indeed, well, sent to OpenAI :). I wouldn't run any sensitive data through it for example, although I am not too concerned about my query history or anything like that (Write me a script for a hypothetical third Bladerunner film.) Also, similar to not curling into bash, I think it is unsafe to eval anything that comes out of this without first reading it.
This is awesome, great work.