0.9.5 • Published 2 years ago
@kenzic/pitch-cli v0.9.5
Pitch CLI
Introduction
The Pitch CLI is a command-line interface for the Open AI Fine Tuning API that allows you to perform all the file and fine tuning opperations. Files can be uploaded in JSONL or Story format
Installation
yarn add @kenzic/pitch-cliUsage
Upload file and start fine tuning
$ pitch start input.jsonl
# or
$ pitch start -f story input.jsonlFor more information on the story format, see "Story format documentation"