You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
297 B
Plaintext
6 lines
297 B
Plaintext
set key to OPENAI_API_KEY environment variable
|
|
openai api fine_tunes.create -t [training data jsonl file] // create fine tune
|
|
openai api fine_tunes.list // list fine tuning
|
|
openai api fine_tunes.get -i [fine tune job id] // get status
|
|
openai api fine_tunes.cancel -i [fine tune job id] // cancel
|