From 8e6df89f8aaac34a5da293bcee42c9d84affadeb Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 29 Jul 2024 19:23:35 -0700 Subject: [PATCH] fix doc string --- litellm/fine_tuning/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/fine_tuning/main.py b/litellm/fine_tuning/main.py index 8784fdd9b4..0866106840 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