AI.Model (fnord v0.8.82)
View SourceSummary
Types
@type reasoning_level() :: :none | :minimal | :low | :medium | :high | :default
@type speed() :: :smart | :balanced | :fast
@type t() :: %AI.Model{ context: non_neg_integer(), model: String.t(), reasoning: reasoning_level() }