We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be14ee commit 52f571aCopy full SHA for 52f571a
README.md
@@ -238,7 +238,7 @@ openai.FineTuningJob.cancel("ft-abc123")
238
openai.FineTuningJob.list_events(id="ft-abc123", limit=10)
239
240
# Delete a fine-tuned model (must be an owner of the org the model was created in)
241
-openai.Model.delete("ft-abc123")
+openai.Model.delete("ft:gpt-3.5-turbo:acemeco:suffix:abc123")
242
```
243
244
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