Added the new tasks to the openai docs

This commit is contained in:
Eric Allam
2023-08-24 15:24:30 +01:00
parent a214411218
commit 82d8e7d3f3
+5 -2
View File
@@ -93,8 +93,11 @@ Tasks that are marked as "long-running" can last longer than your serverless tim
| `listFineTunes` | Lists the available fine-tunes. |
| `retrieveFineTune` | Retrieves a specific fine-tune by ID. |
| `cancelFineTune` | Cancels a specific fine-tune by ID. |
| `listFineTuneEvents` | Lists the events for a specific fine-tune by ID. |
| `deleteFineTune` | Deletes a specific fine-tune by ID. |
| `createFineTuningJob` | Creates a job that fine-tunes a specified model from a given dataset. |
| `retrieveFineTuningJob` | Get info about a fine-tuning job. |
| `cancelFineTuningJob` | Cancel a fine-tuning job |
| `listFineTuningJobEvents` | List events for a fine-tuning job |
| `listFineTuningJobs` | List fine tuning jobs |
## Examples