Back
create-fine-tune (clj)
(source)function
(create-fine-tune params)
(create-fine-tune params options)
(Deprecated) Creates a job that fine-tunes a specified model from a given dataset.
Response includes details of the enqueued job including job status and the name of the fine-tuned models once complete.
Example:
```
(create-fine-tune {:training_file "file-xuhfiwuefb"})
```
Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/fine-tunes/create)