Skip to main content

final class atoti_ai.AiConfig

Atoti Intelligence configuration.
This feature is experimental, its key is "ai".

Example

Atoti Intelligence can also be enabled without configuring an LLM provider by leaving connection and chat to None. AutoExplain then still works but returns a default, non-AI summary, and the chat feature is disabled:

chat : ChatConfig | None = None

The configuration of the chat model, or None to not configure any LLM.

connection : ConnectionConfig | None = None

The connection to the LLM provider, or None to not configure any LLM.