mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
start from scratch again
This commit is contained in:
@@ -46,6 +46,21 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
|
||||
passwordDerivedKeySalt: string;
|
||||
encryptedDataKey: string;
|
||||
|
||||
// AI/LLM integration options
|
||||
aiEnabled: string;
|
||||
openaiApiKey: string;
|
||||
openaiDefaultModel: string;
|
||||
openaiBaseUrl: string;
|
||||
anthropicApiKey: string;
|
||||
anthropicDefaultModel: string;
|
||||
anthropicBaseUrl: string;
|
||||
ollamaEnabled: string;
|
||||
ollamaBaseUrl: string;
|
||||
ollamaDefaultModel: string;
|
||||
aiProviderPrecedence: string;
|
||||
aiTemperature: string;
|
||||
aiSystemPrompt: string;
|
||||
|
||||
lastSyncedPull: number;
|
||||
lastSyncedPush: number;
|
||||
revisionSnapshotTimeInterval: number;
|
||||
|
||||
Reference in New Issue
Block a user