Files
obsidian-test/.obsidian/plugins/local-llm-helper/data.json

64 lines
2.1 KiB
JSON

{
"serverAddress": "http://localhost:11434",
"embeddingServerAddress": "",
"llmModel": "gemma3:latest",
"maxTokens": 1024,
"temperature": 0.7,
"providerType": "ollama",
"stream": false,
"customPrompt": "Extract the concrete tasks from the selected text. Return a Markdown checklist using - [ ]. Keep owners and due dates only when they are stated, and do not invent tasks.",
"outputMode": "replace",
"personas": "default",
"maxConvHistory": 0,
"responseFormatting": false,
"responseFormatPrepend": "``` LLM Helper - generated response \n\n",
"responseFormatAppend": "\n\n```",
"lastVersion": "2.6.0",
"embeddingModelName": "nomic-embed-text",
"braveSearchApiKey": "",
"openAIApiKey": "lm-studio",
"embeddingApiKey": "",
"searchProvider": "tavily",
"tavilyApiKey": "",
"searxngInstanceUrl": "",
"customPrompts": [],
"extractReasoningResponses": false,
"reasoningMarkers": "[\n {\n \"start\": \"<think>\",\n \"end\": \"</think>\"\n },\n {\n \"start\": \"<reasoning>\",\n \"end\": \"</reasoning>\"\n },\n {\n \"start\": \"<thought>\",\n \"end\": \"</thought>\"\n }\n]",
"ragTopK": 5,
"autoIndexIntervalMinutes": 0,
"autoNotice": false,
"indexPdfAttachments": true,
"ocrImageAttachments": false,
"ocrScannedPdfAttachments": false,
"enableVaultActions": true,
"showAgentDebug": false,
"renderMarkdownInChat": false,
"workflowDefaults": {
"recipes": {
"weekly-review": {
"scopeOption": "current-folder",
"tagValue": "",
"targetNote": "",
"outputFolder": "",
"titleTemplate": "Weekly Review - YYYY-MM-DD"
},
"meeting-notes-to-tasks": {
"scopeOption": "current-note",
"tagValue": "",
"targetNote": "",
"outputFolder": "",
"titleTemplate": ""
},
"project-status-summary": {
"scopeOption": "tag",
"tagValue": "#project",
"targetNote": "",
"outputFolder": "",
"titleTemplate": ""
}
}
},
"vaultRadarAutoRun": false,
"vaultRadarAutoRunEnabledAt": 0,
"vaultRadarMaxNotes": 12
}