| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- {
- "choices": [],
- "inputPrompt": "single-line",
- "persistInputPromptDrafts": true,
- "useSelectionAsCaptureValue": true,
- "devMode": false,
- "templateFolderPath": "",
- "announceUpdates": "major",
- "version": "2.12.3",
- "globalVariables": {},
- "onePageInputEnabled": false,
- "disableOnlineFeatures": true,
- "enableRibbonIcon": false,
- "showCaptureNotification": true,
- "showInputCancellationNotification": false,
- "enableTemplatePropertyTypes": false,
- "dateAliases": {
- "t": "today",
- "tm": "tomorrow",
- "yd": "yesterday",
- "nw": "next week",
- "nm": "next month",
- "ny": "next year",
- "lw": "last week",
- "lm": "last month",
- "ly": "last year"
- },
- "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}}+\\eta\\cdot\\delta_j\\cdot 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": "gpt-4-turbo",
- "maxTokens": 128000
- },
- {
- "name": "gpt-4o",
- "maxTokens": 128000
- },
- {
- "name": "gpt-4o-mini",
- "maxTokens": 128000
- }
- ],
- "autoSyncModels": false,
- "modelSource": "modelsDev"
- },
- {
- "name": "Gemini",
- "endpoint": "https://generativelanguage.googleapis.com",
- "apiKey": "",
- "models": [
- {
- "name": "gemini-1.5-pro",
- "maxTokens": 1000000
- },
- {
- "name": "gemini-1.5-flash",
- "maxTokens": 1000000
- },
- {
- "name": "gemini-1.5-flash-8b",
- "maxTokens": 1000000
- }
- ],
- "autoSyncModels": false,
- "modelSource": "modelsDev"
- }
- ]
- },
- "migrations": {
- "migrateToMacroIDFromEmbeddedMacro": true,
- "useQuickAddTemplateFolder": true,
- "incrementFileNameSettingMoveToDefaultBehavior": true,
- "consolidateFileExistsBehavior": true,
- "repairTemplateFileExistsBehavior": true,
- "mutualExclusionInsertAfterAndWriteToBottomOfFile": true,
- "setVersionAfterUpdateModalRelease": true,
- "addDefaultAIProviders": true,
- "removeMacroIndirection": true,
- "migrateFileOpeningSettings": true,
- "backfillFileOpeningDefaults": true,
- "setProviderModelDiscoveryMode": true,
- "migrateProviderApiKeysToSecretStorage": true
- }
- }
|