View Source LangChain.ChatModels.ChatMistralAI (LangChain v0.3.0-rc.0)
Summary
Functions
Restores the model from the config.
Generate a config map that can later restore the model's configuration.
Types
Functions
@spec do_api_request( t(), [LangChain.Message.t()], [LangChain.Function.t()], integer() ) :: list() | struct() | {:error, String.t()}
@spec new(attrs :: map()) :: {:ok, t()} | {:error, Ecto.Changeset.t()}
Restores the model from the config.
Generate a config map that can later restore the model's configuration.