v0.15.0
What's Changed
- Add a suffix arg to
fine_tunes.create
that allows you to customize the generated model name. See #75. For example,openai api fine_tunes.create -t test.jsonl -m ada --suffix "custom model name"
could generate a model with the nameada:ft-your-org:custom-model-name-2022-02-15-04-21-04
.