Update notification service

This commit is contained in:
MacRimi
2026-03-27 20:42:03 +01:00
parent 976f23a90e
commit 4cc1147579
4 changed files with 56 additions and 54 deletions

View File

@@ -1615,6 +1615,7 @@ class NotificationManager:
'ai_openai_base_url': self._config.get('ai_openai_base_url', ''),
'ai_prompt_mode': self._config.get('ai_prompt_mode', 'default'),
'ai_custom_prompt': self._config.get('ai_custom_prompt', ''),
'ai_allow_suggestions': self._config.get('ai_allow_suggestions', 'false') == 'true',
'ai_detail_levels': ai_detail_levels,
'hostname': self._config.get('hostname', ''),
'webhook_secret': self._config.get('webhook_secret', ''),