AI.Model (fnord v0.7.19)

View Source

Summary

Types

t()

@type t() :: %AI.Model{context: non_neg_integer(), model: String.t()}

Functions

balanced()

@spec balanced() :: t()

fast()

@spec fast() :: t()

new(model, context)

@spec new(String.t(), non_neg_integer()) :: t()

smart()

@spec smart() :: t()