v0.15.0
版本发布时间: 2022-02-24 07:52:36
openai/openai-python最新发布版本:v1.43.0(2024-08-30 02:00:39)
What's Changed
- Add a suffix arg to
fine_tunes.create
that allows you to customize the generated model name. See https://github.com/openai/openai-python/pull/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
.
New Contributors
- @tomerk made their first contribution in https://github.com/openai/openai-python/pull/75