From 4d53fa14ee0cd615444aca6f6ba176e0ccc1b5be Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:06:12 -0400 Subject: init --- SI/.obsidian/plugins/quickadd/data.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 SI/.obsidian/plugins/quickadd/data.json (limited to 'SI/.obsidian/plugins/quickadd/data.json') diff --git a/SI/.obsidian/plugins/quickadd/data.json b/SI/.obsidian/plugins/quickadd/data.json new file mode 100644 index 0000000..90cc50b --- /dev/null +++ b/SI/.obsidian/plugins/quickadd/data.json @@ -0,0 +1,24 @@ +{ + "choices": [], + "macros": [], + "inputPrompt": "multi-line", + "devMode": false, + "templateFolderPath": "Resource/Templates", + "announceUpdates": false, + "version": "1.6.1", + "disableOnlineFeatures": true, + "ai": { + "OpenAIApiKey": "", + "defaultModel": "Ask me", + "defaultSystemPrompt": "As an AI assistant within Obsidian, your primary goal is to help users manage their ideas and knowledge more effectively. Format your responses using Markdown syntax. Please use the [[Obsidian]] link format. You can write aliases for the links by writing [[Obsidian|the alias after the pipe symbol]]. To use mathematical notation, use LaTeX syntax. LaTeX syntax for larger equations should be on separate lines, surrounded with double dollar signs ($$). You can also inline math expressions by wrapping it in $ symbols. For example, use $$w_{ij}^{\text{new}}:=w_{ij}^{\text{current}}+etacdotdelta_jcdot x_{ij}$$ on a separate line, but you can write \"($eta$ = learning rate, $delta_j$ = error term, $x_{ij}$ = input)\" inline.", + "promptTemplatesFolderPath": "", + "showAssistant": true + }, + "migrations": { + "migrateToMacroIDFromEmbeddedMacro": true, + "useQuickAddTemplateFolder": true, + "incrementFileNameSettingMoveToDefaultBehavior": true, + "mutualExclusionInsertAfterAndWriteToBottomOfFile": true, + "setVersionAfterUpdateModalRelease": true + } +} \ No newline at end of file -- cgit v1.2.3