Noizu.OpenAI.Model (Noizu Labs: OpenAI v0.1.3)

Struct representing an individual OpenAI Model.

Link to this section Summary

Functions

Creates a Noizu.OpenAI.Model struct from the provided JSON map.

Link to this section Types

@type t() :: %Noizu.OpenAI.Model{
  id: String.t(),
  object: String.t(),
  owned_by: String.t(),
  permission: list()
}

Link to this section Functions

Creates a Noizu.OpenAI.Model struct from the provided JSON map.