Skip to content

settings

django_spire.settings

DJANGO_SPIRE_AUTH_CONTROLLERS = {'ai_chat': 'django_spire.ai.chat.auth.controller.BaseAiChatAuthController', 'help_desk': 'django_spire.help_desk.auth.controller.BaseHelpDeskAuthController', 'knowledge': 'django_spire.knowledge.auth.controller.BaseKnowledgeAuthController'} module-attribute

DJANGO_SPIRE_AI_PERSONA_NAME = 'AI Assistant' module-attribute

DJANGO_SPIRE_AI_DEFAULT_CHAT_ROUTER = 'SPIRE' module-attribute

DJANGO_SPIRE_AI_CHAT_ROUTERS = {'SPIRE': 'django_spire.ai.chat.router.SpireChatRouter'} module-attribute

DJANGO_SPIRE_AI_INTENT_CHAT_ROUTERS = {'KNOWLEDGE_SEARCH': {'INTENT_DESCRIPTION': 'The user is asking about information, help or support that could be found in knowledge base.', 'REQUIRED_PERMISSION': 'django_spire_knowledge.view_collection', 'CHAT_ROUTER': 'django_spire.knowledge.intelligence.router.KnowledgeSearchRouter'}} module-attribute

DJANGO_SPIRE_DEFAULT_THEME = 'default-light' module-attribute

DJANGO_SPIRE_THEME_PATH = '/static/django_spire/css/themes/{family}/app-{mode}.css' module-attribute