vault backup: 2026-07-31 17:19:59

This commit is contained in:
2026-07-31 17:19:59 +02:00
parent bcdd21548b
commit 6ac280d121

View File

@@ -1,7 +1,7 @@
{ {
"serverAddress": "http://localhost:11434", "serverAddress": "http://localhost:11434",
"embeddingServerAddress": "", "embeddingServerAddress": "",
"llmModel": "llama3", "llmModel": "gemma3:latest",
"maxTokens": 1024, "maxTokens": 1024,
"temperature": 0.7, "temperature": 0.7,
"providerType": "ollama", "providerType": "ollama",
@@ -14,7 +14,7 @@
"responseFormatPrepend": "``` LLM Helper - generated response \n\n", "responseFormatPrepend": "``` LLM Helper - generated response \n\n",
"responseFormatAppend": "\n\n```", "responseFormatAppend": "\n\n```",
"lastVersion": "2.6.0", "lastVersion": "2.6.0",
"embeddingModelName": "mxbai-embed-large", "embeddingModelName": "nomic-embed-text",
"braveSearchApiKey": "", "braveSearchApiKey": "",
"openAIApiKey": "lm-studio", "openAIApiKey": "lm-studio",
"embeddingApiKey": "", "embeddingApiKey": "",
@@ -32,7 +32,7 @@
"ocrScannedPdfAttachments": false, "ocrScannedPdfAttachments": false,
"enableVaultActions": false, "enableVaultActions": false,
"showAgentDebug": false, "showAgentDebug": false,
"renderMarkdownInChat": true, "renderMarkdownInChat": false,
"workflowDefaults": { "workflowDefaults": {
"recipes": { "recipes": {
"weekly-review": { "weekly-review": {