samuelcolvin / aicli

OpenAI powered AI CLI in just a few lines of code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aicli

pypi versions license

Installation

pip install samuelcolvin-aicli

Usage

You'll need to set the OPENAI_API_KEY environment variable to use aicli which you can generate from platform.openai.com, you'll have to add some credit to use the API.

export OPENAI_API_KEY='...'

Then usage is as simple as:

aicli

Example

example.mov

About

OpenAI powered AI CLI in just a few lines of code.

License:MIT License


Languages

Language:Python 94.9%Language:Makefile 5.1%