Add AI review workflow for Paperless documents

This commit is contained in:
2026-05-07 20:04:30 +02:00
parent 210b77876d
commit f913bc0ba6
24 changed files with 2169 additions and 15 deletions

View File

@@ -28,7 +28,16 @@ export type SettingKey =
| "ntfyPriority"
| "authUsername"
| "authPassword"
| "icalSecret";
| "icalSecret"
| "aiEnabled"
| "aiProvider"
| "aiBaseUrl"
| "aiModel"
| "aiApiKey"
| "aiSystemPrompt"
| "aiTimeoutSeconds"
| "aiMaxTokens"
| "paperlessWebhookSecret";
export type StoredSettings = Partial<Record<SettingKey, unknown>>;