Right now it's just yet another wrapper around the openAI apis
```text Usage: ja [OPTIONS] [INPUT]...
Arguments: [INPUT]...
Options:
-n, --max-tokens
-m, --model
Possible values:
- gpt-3.5-turbo: alias 3.5
- gpt-4: alias 4
-t, --temperature
-v, --verbose
-h, --help Print help (see a summary with '-h')
-V, --version Print version ```