Schema for AI provider configurations.
Summary
Functions
Changeset for creating or updating a provider.
Types
@type t() :: %Aludel.Providers.Provider{ __meta__: term(), config: term(), custom_pricing_enabled: term(), id: term(), inserted_at: term(), model: term(), model_custom: term(), model_selection: term(), name: term(), pricing: term(), pricing_input: term(), pricing_output: term(), provider: term(), updated_at: term() }
Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()
Changeset for creating or updating a provider.