This commit is contained in:
Troy Taylor 2023-08-25 17:35:58 -04:00 коммит произвёл GitHub
Родитель 830a67e430
Коммит b94447a142
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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