Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into logankilpatrick-patch-3
  • Loading branch information
logankilpatrick authored Sep 7, 2023
commit c8d31bb8d05f2b7e02c31e08bcfcd158ef146523
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,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")
```

You can learn more in our [fine-tuning guide](https://platform.openai.com/docs/guides/fine-tuning).
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.