View Source ExOpenAi.Whisper (ex_open_ai v0.1.9)

Link to this section Summary

Link to this section Types

@type t() :: %ExOpenAi.Whisper{text: String.t()}

Link to this section Functions

Link to this function

create_audio(data, options \\ [])

View Source
@spec do_new(%ExOpenAi.Whisper{text: term()}, attributes :: list()) ::
  %ExOpenAi.Whisper{text: term()}
Link to this function

keep_it_simple(response, _)

View Source
@spec new() :: %ExOpenAi.Whisper{text: term()}
@spec new(attributes :: list()) :: %ExOpenAi.Whisper{text: term()}