You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

104 lines
3.3 KiB

{
"choices": [
{
"id": "a225fd14-3532-475b-9882-4a7d42efe5af",
"name": "Addmonition",
"type": "Macro",
"command": false,
"macroId": "de553d63-1734-4e27-b04a-bc3511a5b91b"
},
{
"id": "b70cd93f-f805-4e96-9b98-4969ee6e0afc",
"name": "Mark As Read",
"type": "Macro",
"command": false,
"macroId": "de553d63-1734-4e27-b04a-bc3511a5b91b"
}
],
"macros": [
{
"name": "Addmonition",
"id": "094780ef-c2ef-4b46-9309-ff3f2ba9596b",
"commands": [
{
"name": "Find and replace in selection: Find and replace in selection",
"type": "Obsidian",
"id": "faf3bf5f-9d0b-4ae1-9b26-f94a14555518",
"commandId": "find-and-replace-in-selection:find-and-replace-in-selection"
}
],
"runOnStartup": true
},
{
"name": "Read",
"id": "de553d63-1734-4e27-b04a-bc3511a5b91b",
"commands": [
{
"name": "MarkRead",
"type": "UserScript",
"id": "5194d767-9d15-4adc-9bb4-f766b039ba64",
"path": "00.01 Admin/MarkRead.js",
"settings": {}
}
],
"runOnStartup": false
}
],
"inputPrompt": "single-line",
"devMode": false,
"templateFolderPath": "00.01 Admin/Templates",
"announceUpdates": true,
"version": "1.8.1",
"disableOnlineFeatures": true,
"ai": {
"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,
"providers": [
{
"name": "OpenAI",
"endpoint": "https://api.openai.com/v1",
"apiKey": "",
"models": [
{
"name": "gpt-3.5-turbo",
"maxTokens": 4096
},
{
"name": "gpt-3.5-turbo-16k",
"maxTokens": 16384
},
{
"name": "gpt-3.5-turbo-1106",
"maxTokens": 16385
},
{
"name": "gpt-4",
"maxTokens": 8192
},
{
"name": "gpt-4-32k",
"maxTokens": 32768
},
{
"name": "gpt-4-1106-preview",
"maxTokens": 128000
},
{
"name": "text-davinci-003",
"maxTokens": 4096
}
]
}
]
},
"migrations": {
"migrateToMacroIDFromEmbeddedMacro": true,
"useQuickAddTemplateFolder": true,
"incrementFileNameSettingMoveToDefaultBehavior": true,
"mutualExclusionInsertAfterAndWriteToBottomOfFile": true,
"setVersionAfterUpdateModalRelease": true,
"addDefaultAIProviders": true
}
}