View Source ExOpenAI.Components.CreateFileRequest (ex_openai.ex v1.5.1)

Schema representing a CreateFileRequest within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.CreateFileRequest{
  file: bitstring() | {String.t(), bitstring()},
  purpose: :assistants | :"fine-tune"
}