vault backup: 2025-02-10 22:46:14

This commit is contained in:
Dane Sabo 2025-02-10 22:46:14 -05:00
parent e478464c32
commit b1e9409a65
2 changed files with 4 additions and 3 deletions

View File

@ -1,14 +1,15 @@
{ {
"new_user": false, "new_user": false,
"legacy_transformers": false, "legacy_transformers": false,
"enable_mobile": true, "enable_mobile": false,
"actions": { "actions": {
"lookup": true "lookup": true
}, },
"smart_notices": { "smart_notices": {
"muted": { "muted": {
"done_import": true, "done_import": true,
"embedding_complete": true "embedding_complete": true,
"done_pruning_collection": true
} }
}, },
"system_prompts_folder": "smart prompts", "system_prompts_folder": "smart prompts",

View File

@ -5,6 +5,6 @@
"description": "Find links to similar notes using artificial intelligence from OpenAI.", "description": "Find links to similar notes using artificial intelligence from OpenAI.",
"minAppVersion": "1.1.0", "minAppVersion": "1.1.0",
"authorUrl": "https://wfhbrian.com", "authorUrl": "https://wfhbrian.com",
"isDesktopOnly": false, "isDesktopOnly": true,
"version": "2.3.54" "version": "2.3.54"
} }