Skip to main content
atoti_ai.AiConfig(
    *,
    connection: ConnectionConfig | None = None,
    chat: ChatConfig | None = None,
    disclaimer: str | None = None,
)
Atoti Intelligence configuration. When disclaimer is None, it defaults to:
Changing the disclaimer:

Attributes

connection

The configuration of the connection to the LLM provider.

chat

The configuration of the chat model.

disclaimer

The disclaimer displayed in Atoti UI next to AI-generated content.