An open API service indexing awesome lists of open source software.

https://github.com/zwliew/jippity

A simple CLI wrapper for OpenAI's GPT.
https://github.com/zwliew/jippity

Last synced: 12 days ago
JSON representation

A simple CLI wrapper for OpenAI's GPT.

Awesome Lists containing this project

README

          

# jippity

A simple CLI wrapper for GPT.

## (Rough) Installation steps

0. Ensure that you have [Opam](https://opam.ocaml.org/), [OCaml v5+](https://ocaml.org/docs/installing-ocaml), and [Dune](https://dune.build/) installed.
1. Clone the repo.
2. Install the necessary packages using `opam`.
3. Run `dune build`.
4. Run `install.sh` (only works on Unix).
5. Start using `jippity`!

## Usage

```sh
$ jippity [-s ""] [-c] ""]
```