The primary goal of this project is to create a command line interface (CLI) for GPT, allowing you to access its capabilities right from your terminal.
Example:
gpt prompt "create a bash Hello World script" > hello.sh
cat file1.txt file2.txt | gpt prompt "combine and summarize the information from these two texts" model "text-davinci-edit-001" > summarized_information.txt