Parse files in the gettext root folder
Summary
Functions
Returns a summary of the configured LLM provider for display in the dashboard.
Functions
@spec provider_info() :: %{configured: boolean(), adapter_name: String.t(), model: String.t()} | %{configured: false}
Returns a summary of the configured LLM provider for display in the dashboard.
Returns %{configured: true, adapter_name: "ChatOpenAI", model: "gpt-4"} when
configured, or %{configured: false} otherwise.