2. Copy gpt3.sh to /root or another convenient location.
3. Make sure to edit line #4 to reflect your OPENAI API Key. Save. Then: chmod +x gpt3.sh
4. For convenience of access, add an alias to /.bashrc located in /root, such as: alias gpt3=/root/gpt3.sh
5. Use: gpt3 <Your prompt>
6. I've hardcoded some of the parameters (temperature, presence penalty, frequency penalty, max token, top_p) for convenience. In the future, if there is interest, I might develop this further.