Skip to content

App Settings & Model Binding

Adding an LLM provider makes models available; the app settings decide which model each stage uses and centralize runtime settings for Threadline, the smart-delivery channel, and failure notifications.

App settings

Open /management/app-settings. It groups:

  • Global settings — runtime parameters such as the failure notification channel (select a webhook channel created under Notification channels).
  • Conversation list settings — the LLMs used for image understanding and text processing:
    • Image recognition / multimodal model — direct multimodal understanding of image attachments and image intent.
    • Text processing model — email body processing, summaries, and metadata extraction.
  • Smart channel — the model bound to smart-delivery (Relay) channels.

App settings and model binding

Threadline workflow config

/management/threadline/config holds the Threadline workflow model settings and related options.

Threadline workflow configuration

Other management pages

PathPurpose
/management/llm/configProvider credentials, models, defaults, connection testing
/management/threadline/periodic-tasksScheduled tasks
/management/notifier/channelsWebhook and notification channels
/management/notifier/settingsNotification settings
/management/billing/settingsBilling runtime settings

Django Admin remains available for low-level inspection and legacy operations.