4
0
Fork 0
api-powers/src/ac5c7679-dd6e-4817-8e48-489...
Robot cfe9fa7ba7
update 2024-04-06 15:05:35
2024-04-06 15:05:35 +02:00
..
README.md update 2024-04-06 15:05:35 2024-04-06 15:05:35 +02:00
code.php update 2024-04-06 15:05:35 2024-04-06 15:05:35 +02:00
code.power update 2023-09-26 08:24:03 2023-09-26 08:24:03 +02:00
settings.json update 2024-04-06 15:05:35 2024-04-06 15:05:35 +02:00

README.md

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

class Openai (Details)

namespace: TrueChristianChurch\Joomla\GetBible\Service

@startuml
class Openai  #Gold {
  + register(Container $container) : void
  + getChat(Container $container) : Chat
  + getCompletions(Container $container) : Completions
  + getModels(Container $container) : Models
  + getModerate(Container $container) : Moderate
}

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

  since: 3.2.0
  return: void
end note

note right of Openai::getChat
  Get the Chat class

  since: 3.2.0
  return: Chat
end note

note right of Openai::getCompletions
  Get the Completions class

  since: 3.2.0
  return: Completions
end note

note right of Openai::getModels
  Get the Models class

  since: 3.2.0
  return: Models
end note

note right of Openai::getModerate
  Get the Moderate class

  since: 3.2.0
  return: Moderate
end note
 
@enduml

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

Build with Joomla Component Builder