Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 368 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 368 Bytes

Quick Question (qq)

This is a simple rust binary to query the ChatGPT API from the CLI.

Installation

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

Usage

qq "What is the meaning of life?"