Live data from Hacker News

Show HN: Get answers for shell commands from GPT3 from your terminal

github.com

91–97 of 97 posts

Re: Show HN: Get answers for shell commands from GPT3 from your terminal

#92

I made something similar for emacs and it unlocks what I think of as “semantic macros” — being able to interface with GPT-3 makes actions that are a tiny complexity level above what I usually use kbd macros for (like smart capitalization) easily possible to automate! Screenshot - https://twitter.com/samarthrawal/status/1591527892386734081 Code - https://github.com/samrawal/gpt-emacs-macro

No post body was provided.

Re: Show HN: Get answers for shell commands from GPT3 from your terminal

#93

GPT is filled with data that wasn't paid for. It infringes copyright, and by using it, you and all your users will infringe copyrights too. Your CLI should come with a warning. https://justoutsourcing.blogspot.com/2022/03/gpts-plagiarism...

No post body was provided.

Re: Show HN: Get answers for shell commands from GPT3 from your terminal

#95
Thanks for creating the tool! I tried it, indeed a time saver from Googling or reading man pages.

I have a question about the price:

"Pricing

The current prompt length is ~840 tokens and the pricing for text-davinci-002 is $0.02 for 1K tokens which is ~$0.017/command. We'll see if we can improve the response as well as reduce the per-command-cost with fine-tuning."

I wonder how is the price is charged? How can I control my liability of the cost?

Thanks again!

Re: Show HN: Get answers for shell commands from GPT3 from your terminal

#96

Thanks for creating the tool! I tried it, indeed a time saver from Googling or reading man pages. I have a question about the price: "Pricing The current prompt length is ~840 tokens and the pricing for text-davinci-002 is $0.02 for 1K tokens which is ~$0.017/command. We'll see if we can improve the response as well as reduce the per-command-cost with fine-tuning." I wonder how is the price is charged? How can I cont…

I found the answer. It will be billed by open.ai. There is a free trial of $18 grant. It's probably good for 6 months.

Re: Show HN: Get answers for shell commands from GPT3 from your terminal

#97

Thanks for creating the tool! I tried it, indeed a time saver from Googling or reading man pages. I have a question about the price: "Pricing The current prompt length is ~840 tokens and the pricing for text-davinci-002 is $0.02 for 1K tokens which is ~$0.017/command. We'll see if we can improve the response as well as reduce the per-command-cost with fine-tuning." I wonder how is the price is charged? How can I cont…

Hey, Sorry. I missed your comment. Unfortunately, right now there's no way to reduce the cost as the prompt is required to get the good results.

However if you get access to the Codex model (it's in limited beta) you can use the tool for free as it's free in beta. In v1.2.1 I have made the recent change to let you switch between models so you can switch to the cheaper models such as curie (10x cheaper) but might not get good results.

Post reply on HN