Add AI review workflow for Paperless documents
This commit is contained in:
@@ -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>>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user