From b94447a14268a503fa5224ab942d8bbbdf443111 Mon Sep 17 00:00:00 2001 From: Troy Taylor <44444967+troystaylor@users.noreply.github.com> Date: Fri, 25 Aug 2023 17:35:58 -0400 Subject: [PATCH] Update readme.md --- independent-publisher-connectors/OpenAI GPT-4/readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/independent-publisher-connectors/OpenAI GPT-4/readme.md b/independent-publisher-connectors/OpenAI GPT-4/readme.md index 085663354..ebab704ef 100644 --- a/independent-publisher-connectors/OpenAI GPT-4/readme.md +++ b/independent-publisher-connectors/OpenAI GPT-4/readme.md @@ -18,6 +18,11 @@ The connector supports the following operations: - `Edit prompt`: Creates a new edit for the provided input, instruction, and parameters. - `Create an image`: Dall-E creates an image from your prompt. - `List models`: Lists the currently available models, and provides basic information about each one such as the owner and availability. +- `Create fine-tuning job`: Creates a job that fine-tunes a specified model from a given dataset. +- `Retrieve fine-tuning job`: Retrieve info about a fine-tuning job. +- `Cancel fine-tuning`: Immediately cancel a fine-tune job. +- `List fine-tuning events`: Retrieve status updates for a fine-tuning job. +- `Create moderation`: Classifies if text violates OpenAI's Content Policy. ## Obtaining Credentials