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.
- Host: GitHub
- URL: https://github.com/zwliew/jippity
- Owner: zwliew
- Created: 2024-07-20T14:37:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T02:11:50.000Z (almost 2 years ago)
- Last Synced: 2024-08-11T04:09:43.824Z (almost 2 years ago)
- Language: OCaml
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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] ""]
```