a-gpt-0.1.12 is not a library.
Visit the last successful build:
a-gpt-0.4.0
a
CLI tool to generate code from GPT3 that pretty-prints the output by language, and copies to your clipboard

Installation
cargo install a-gpt
export OPENAI_API_KEY=sk-WEz... # from https://platform.openai.com/account/api-keys
For local development:
make release
sudo make install
If the clipboard feature is enabled and you are running Ubuntu/Debian, you may need to install the following packages:
sudo apt install xorg-dev libxcb-composite0-dev
Usage
You will need an OpenAI API key, and to set the environment variable OPENAI_API_KEY.
Invoke the a command followed by a prompt. If the first word in the prompt is a programming language or file-format the pretty-printer recognizes, it will syntax highlight the output.
a python script that fetches a url
a rust program that showcases its various features
a yaml manifest describing a kubernetes deployment
If installed with the clipboard feature (enabled by default), the output will be copied to the clipboard.