written in javascript... noooooope
Show HN: Get answers for shell commands from GPT3 from your terminal
91–97 of 97 posts
Re: Show HN: Get answers for shell commands from GPT3 from your terminal
#92I 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
Re: Show HN: Get answers for shell commands from GPT3 from your terminal
#93GPT 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...
Re: Show HN: Get answers for shell commands from GPT3 from your terminal
#94Useful tool, thanks. But the wording "Get answers for CLI commands" is vague, it took me a little while to figure out what it was.
Re: Show HN: Get answers for shell commands from GPT3 from your terminal
#95I 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
#96Thanks 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…
Re: Show HN: Get answers for shell commands from GPT3 from your terminal
#97Thanks 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…
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.