diff --git a/README.md b/README.md index 9b59ad5550..9fa7651ec0 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ openai.FineTuningJob.cancel("ft-abc123") openai.FineTuningJob.list_events(id="ft-abc123", limit=10) # Delete a fine-tuned model (must be an owner of the org the model was created in) -openai.Model.delete("ft-abc123") +openai.Model.delete("ft:gpt-3.5-turbo:acemeco:suffix:abc123") ``` For more information on fine-tuning, read the [fine-tuning guide](https://platform.openai.com/docs/guides/fine-tuning) in the OpenAI documentation.