openai/src/df141f03-393f-4fa3-a568-8b6...
Robot 783139129f
update 2024-04-07 13:20:18
2024-04-07 13:20:32 +02:00
..
README.md update 2023-10-10 14:52:14 2023-10-10 14:52:38 +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 Embeddings (Details)

namespace: VDM\Joomla\Openai extends: Api

@startuml
class Embeddings  #Gold {
  + create(string $model, mixed $input, ...) : ?object
}

note right of Embeddings::create
  Create an embedding of a given input.
API Ref: https://platform.openai.com/docs/api-reference/embeddings

  since: 3.2.0
  return: ?object
  
  arguments:
    string $model
    mixed $input
    ?string $user = null
end note
 
@enduml

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

Build with Joomla Component Builder