Added the new tasks to the openai docs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user