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.<p>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.<p>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.