ja 0.1.0

ja (just ask) is a small CLI / TUI app that allows you to work with AI tools
ja-0.1.0 is not a library.
Visit the last successful build: ja-0.1.31

ja (just ask) a small CLI app that allows you to work with AI tools

Right now it's just yet another wrapper around the openAI apis

Usage: ja [OPTIONS] [INPUT]...

Arguments:
  [INPUT]...
          

Options:
  -n, --max-tokens <MAX_TOKENS>
          [default: 1000]

  -m, --model <MODEL>
          [default: gpt-3.5-turbo]

          Possible values:
          - gpt-3.5-turbo: alias 3.5
          - gpt-4:         alias 4

  -t, --temperature <TEMPERATURE>
          [default: 0.7]

  -v, --verbose
          

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version

TODO

  • stores logs in cache dir (use --verbose to see the filename)
  • accept input from stdin
  • syntax highlight code
  • tui mode