diff --git a/litellm/fine_tuning/main.py b/litellm/fine_tuning/main.py index 8784fdd9b..086610684 100644 --- a/litellm/fine_tuning/main.py +++ b/litellm/fine_tuning/main.py @@ -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