openai/src/ccf3141a-929d-4466-b122-9ac...
Robot 783139129f
update 2024-04-07 13:20:18
2024-04-07 13:20:32 +02:00
..
README.md first commit 2023-05-20 23:36:58 +02:00
code.php first commit 2023-05-20 23:36:58 +02:00
code.power first commit 2023-05-20 23:36:58 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:32 +02:00

README.md

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

class Api (Details)

namespace: VDM\Joomla\Openai\Service

@startuml
class Api  #Gold {
  + register(Container $container) : void
  + getAudio(Container $container) : Audio
  + getChat(Container $container) : Chat
  + getCompletions(Container $container) : Completions
  + getEdits(Container $container) : Edits
  + getEmbeddings(Container $container) : Embeddings
  + getFiles(Container $container) : Files
  + getFineTunes(Container $container) : FineTunes
  + getImages(Container $container) : Images
  + getModels(Container $container) : Models
  + getModerate(Container $container) : Moderate
}

note right of Api::register
  Registers the service provider with a DI container.

  since: 3.2.0
  return: void
end note

note left of Api::getAudio
  Get the Audio class

  since: 3.2.0
  return: Audio
end note

note right of Api::getChat
  Get the Chat class

  since: 3.2.0
  return: Chat
end note

note left of Api::getCompletions
  Get the Completions class

  since: 3.2.0
  return: Completions
end note

note right of Api::getEdits
  Get the Edits class

  since: 3.2.0
  return: Edits
end note

note left of Api::getEmbeddings
  Get the Embeddings class

  since: 3.2.0
  return: Embeddings
end note

note right of Api::getFiles
  Get the Files class

  since: 3.2.0
  return: Files
end note

note left of Api::getFineTunes
  Get the FineTunes class

  since: 3.2.0
  return: FineTunes
end note

note right of Api::getImages
  Get the Images class

  since: 3.2.0
  return: Images
end note

note left of Api::getModels
  Get the Models class

  since: 3.2.0
  return: Models
end note

note right of Api::getModerate
  Get the Moderate class

  since: 3.2.0
  return: Moderate
end note
 
@enduml

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

Build with Joomla Component Builder