openai/src/98e59bdf-81a2-41ef-a3a6-6a8.../README.md

1.7 KiB

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

class Edits (Details)

namespace: VDM\Joomla\Openai extends: Api

@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