vault backup: 2026-09-01 11:05:57
This commit is contained in:
Vendored
+74
-12
@@ -695,13 +695,18 @@
|
||||
"inputPrompt": "single-line",
|
||||
"persistInputPromptDrafts": true,
|
||||
"useSelectionAsCaptureValue": true,
|
||||
"searchNestedChoices": true,
|
||||
"templateFolderLauncherRow": "bottom",
|
||||
"devMode": false,
|
||||
"templateFolderPath": "Resources/Templates",
|
||||
"templateFolderPaths": [
|
||||
"Resources/Templates"
|
||||
],
|
||||
"announceUpdates": "all",
|
||||
"version": "2.12.3",
|
||||
"version": "2.23.0",
|
||||
"globalVariables": {},
|
||||
"onePageInputEnabled": false,
|
||||
"disableOnlineFeatures": true,
|
||||
"enableUriCallbacks": false,
|
||||
"enableRibbonIcon": false,
|
||||
"showCaptureNotification": true,
|
||||
"showInputCancellationNotification": false,
|
||||
@@ -744,20 +749,74 @@
|
||||
"name": "gpt-4",
|
||||
"maxTokens": 8192
|
||||
},
|
||||
{
|
||||
"name": "gpt-4-32k",
|
||||
"maxTokens": 32768
|
||||
},
|
||||
{
|
||||
"name": "gpt-4-1106-preview",
|
||||
"maxTokens": 128000
|
||||
},
|
||||
{
|
||||
"name": "text-davinci-003",
|
||||
"maxTokens": 4096
|
||||
},
|
||||
{
|
||||
"name": "gpt-5.5",
|
||||
"maxTokens": 1050000,
|
||||
"maxOutputTokens": 128000,
|
||||
"supportsTemperature": false
|
||||
},
|
||||
{
|
||||
"name": "gpt-5.4",
|
||||
"maxTokens": 1050000,
|
||||
"maxOutputTokens": 128000,
|
||||
"supportsTemperature": false
|
||||
},
|
||||
{
|
||||
"name": "gpt-5.4-mini",
|
||||
"maxTokens": 400000,
|
||||
"maxOutputTokens": 128000,
|
||||
"supportsTemperature": false
|
||||
},
|
||||
{
|
||||
"name": "gpt-5.4-nano",
|
||||
"maxTokens": 400000,
|
||||
"maxOutputTokens": 128000,
|
||||
"supportsTemperature": false
|
||||
},
|
||||
{
|
||||
"name": "gpt-4.1",
|
||||
"maxTokens": 1047576,
|
||||
"maxOutputTokens": 32768,
|
||||
"supportsTemperature": true
|
||||
},
|
||||
{
|
||||
"name": "gpt-4.1-mini",
|
||||
"maxTokens": 1047576,
|
||||
"maxOutputTokens": 32768,
|
||||
"supportsTemperature": true
|
||||
},
|
||||
{
|
||||
"name": "gpt-4o",
|
||||
"maxTokens": 128000,
|
||||
"maxOutputTokens": 16384,
|
||||
"supportsTemperature": true
|
||||
},
|
||||
{
|
||||
"name": "gpt-4o-mini",
|
||||
"maxTokens": 128000,
|
||||
"maxOutputTokens": 16384,
|
||||
"supportsTemperature": true
|
||||
},
|
||||
{
|
||||
"name": "o3",
|
||||
"maxTokens": 200000,
|
||||
"maxOutputTokens": 100000,
|
||||
"supportsTemperature": false
|
||||
},
|
||||
{
|
||||
"name": "o4-mini",
|
||||
"maxTokens": 200000,
|
||||
"maxOutputTokens": 100000,
|
||||
"supportsTemperature": false
|
||||
}
|
||||
],
|
||||
"modelSource": "auto"
|
||||
"modelSource": "modelsDev",
|
||||
"autoSyncModels": true,
|
||||
"id": "openai"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -774,7 +833,10 @@
|
||||
"backfillFileOpeningDefaults": true,
|
||||
"migrateProviderApiKeysToSecretStorage": true,
|
||||
"consolidateFileExistsBehavior": true,
|
||||
"repairTemplateFileExistsBehavior": true
|
||||
"repairTemplateFileExistsBehavior": true,
|
||||
"migrateToMultipleTemplateFolders": true,
|
||||
"refreshStaleDefaultModelSeeds": true,
|
||||
"pinAiModelRefs": true
|
||||
},
|
||||
"macros": []
|
||||
}
|
||||
Vendored
+400
-82
File diff suppressed because one or more lines are too long
+3
-3
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"id": "quickadd",
|
||||
"name": "QuickAdd",
|
||||
"version": "2.12.3",
|
||||
"minAppVersion": "1.11.4",
|
||||
"version": "2.23.0",
|
||||
"minAppVersion": "1.13.0",
|
||||
"description": "Quickly add new pages or content to your vault.",
|
||||
"author": "Christian B. B. Houmann",
|
||||
"authorUrl": "https://bagerbach.com",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/chhoumann",
|
||||
"helpUrl": "https://quickadd.obsidian.guide/docs/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user