ExOpenAI.Components.CreateEmbeddingRequest (ex_openai.ex v1.2.1) View Source

Schema representing a CreateEmbeddingRequest within the OpenAI API

Link to this section Summary

Link to this section Types

Specs

t() :: %ExOpenAI.Components.CreateEmbeddingRequest{
  input: any(),
  model: any(),
  user: String.t() | nil
}