Skip to content

Commit 82d8e7d

Browse files
committed
Added the new tasks to the openai docs
1 parent a214411 commit 82d8e7d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/integrations/apis/openai.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,11 @@ Tasks that are marked as "long-running" can last longer than your serverless tim
9393
| `listFineTunes` | Lists the available fine-tunes. |
9494
| `retrieveFineTune` | Retrieves a specific fine-tune by ID. |
9595
| `cancelFineTune` | Cancels a specific fine-tune by ID. |
96-
| `listFineTuneEvents` | Lists the events for a specific fine-tune by ID. |
97-
| `deleteFineTune` | Deletes a specific fine-tune by ID. |
96+
| `createFineTuningJob` | Creates a job that fine-tunes a specified model from a given dataset. |
97+
| `retrieveFineTuningJob` | Get info about a fine-tuning job. |
98+
| `cancelFineTuningJob` | Cancel a fine-tuning job |
99+
| `listFineTuningJobEvents` | List events for a fine-tuning job |
100+
| `listFineTuningJobs` | List fine tuning jobs |
98101

99102
## Examples
100103

0 commit comments

Comments
 (0)