Back
create-edit (clj)
(source)function
(create-edit params)
(create-edit params options)
Creates a new edit for the provided input, instruction, and parameters
Example:
```
(create-edit {:model "text-davinci-edit-001"
:input "What day of the wek is it?"
:instruction "Fix the spelling mistakes"})
```
Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/edits/create)