noorvir / qq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?"

About


Languages

Language:Rust 100.0%