Skip to main content

final class atoti_ai.AiConfig

Atoti Intelligence configuration. See the Atoti Intelligence documentation for more details.
This feature is experimental, its key is "ai".

Example

Atoti Intelligence can also be enabled without an LLM provider: install no provider package (i.e. atoti[ai]) and leave connection and chat set to None. AutoExplain then returns a default, non-AI summary and the chat feature is disabled:

chat : ChatConfig | None = None

The configuration of the chat model.

connection : ConnectionConfig | None = None

The configuration of the connection to the LLM provider.