package openai

  1. Overview
  2. Docs
type file_format = [
  1. | `Binary of string
  2. | `File of string
]
val read_file : [< `Binary of string | `File of Lwt_io.file_name ] -> string Lwt.t
module Images : sig ... end
module Audio : sig ... end