|
|
|
Show HN: A Rust content editing tool for the GPT-3 Completions API
(github.com)
|
|
1 points
by justinluther
1353 days ago
|
|
I have been experimenting with using the GPT-3 Completions API to co-write blog articles. I wrote this Rust binary to speed up the content generation process. I use two text files. One for prompt text, the second for suffix text. I edit both files in a regular text editor and then just run the executable whenever I want GPT-3 to fill in some content. This isn't commercial-- and you have to have your own OpenAI API key to use it. I'm learning Rust so any tips / organizational corrections are greatly appreciated. |
|