openai/src/98e59bdf-81a2-41ef-a3a6-6a88a7cc53c8/README.md
2023-10-10 14:52:38 +02:00

48 lines
1.7 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Edits (Details)
> namespace: **VDM\Joomla\Openai**
> extends: **Api**
```uml
@startuml
class Edits #Gold {
+ create(string $model, string $instruction, ...) : ?object
}
note right of Edits::create
Create a new edit using OpenAI Edit API.
API Ref: https://platform.openai.com/docs/api-reference/edits
since: 3.2.0
return: ?object
arguments:
string $model
string $instruction
?string $input = null
?int $n = null
?float $temperature = null
?float $topP = null
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)