This is a simple rust binary to query the ChatGPT API from the CLI.
cargo build -- release && cp target/release/qq /usr/local/bin
You'll need to set your OpenAI API key in the OPENAI_API_KEY
environment variable.
export OPENAI_API_KEY=sk-...
qq "What is the meaning of life?"