Skip to content

Commit 52f571a

Browse files
Update README.md (#601)
1 parent 1be14ee commit 52f571a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ openai.FineTuningJob.cancel("ft-abc123")
238238
openai.FineTuningJob.list_events(id="ft-abc123", limit=10)
239239

240240
# Delete a fine-tuned model (must be an owner of the org the model was created in)
241-
openai.Model.delete("ft-abc123")
241+
openai.Model.delete("ft:gpt-3.5-turbo:acemeco:suffix:abc123")
242242
```
243243

244244
For more information on fine-tuning, read the [fine-tuning guide](https://platform.openai.com/docs/guides/fine-tuning) in the OpenAI documentation.

0 commit comments

Comments
 (0)