mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix doc string
This commit is contained in:
parent
16d595c4ff
commit
8e6df89f8a
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ def cancel_fine_tuning_job(
|
|||
**kwargs,
|
||||
) -> Union[FineTuningJob, Coroutine[Any, Any, FineTuningJob]]:
|
||||
"""
|
||||
Creates a fine-tuning job which begins the process of creating a new model from a given dataset.
|
||||
Immediately cancel a fine-tune job.
|
||||
|
||||
Response includes details of the enqueued job including job status and the name of the fine-tuned models once complete
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue