• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle







  • Replying to this not because I believe you’ll need to know, but because others might see your comment and wonder…

    Anyone can get a GPT 3.5 API key now, you don’t need to have a subscription.

    This coupled with sgpt gives a nice command line interface to GPT, and a way to get GPT to generate the right (sometimes, anyway) shell commands for what you want to do. I use alias ask="sgpt --chat temp " to give me the ability to ask general one-line questions from GPT, or you can use ask --shell and it’ll ask about a shell command, then offer to execute it after showing you the command generated.