vault backup: 2024-10-29 11:16:30

This commit is contained in:
Marco Realacci 2024-10-29 11:16:30 +01:00
parent 63da6484c7
commit 0e7ab476be
12 changed files with 31566 additions and 17 deletions

View file

@ -0,0 +1,57 @@
{
"isChatComfy": true,
"isUsingRag": true,
"assistantLanguage": "en",
"initialAssistantMessageContent": "Hello, I am your assistant. How can I help you?",
"isIncognitoMode": true,
"ollamaGenModel": {
"model": "llama3.1:8b-instruct-q8_0",
"baseUrl": "http://localhost:11434",
"temperature": 0.5,
"contextWindow": 1948,
"lcModel": {
"lc": 1,
"type": "constructor",
"id": [
"langchain",
"chat_models",
"ollama",
"ChatOllama"
],
"kwargs": {
"model": "llama3.1:8b-instruct-q8_0",
"base_url": "http://localhost:11434",
"temperature": 0.5,
"context_window": 1948
}
}
},
"ollamaEmbedModel": {
"model": "nomic-embed-text",
"baseUrl": "http://localhost:11434",
"similarityThreshold": 0.75,
"k": 100
},
"openAIGenModel": {
"model": "gpt-3.5-turbo",
"openAIApiKey": "",
"temperature": 0.5
},
"openAIEmbedModel": {
"model": "text-embedding-ada-002",
"openAIApiKey": "",
"similarityThreshold": 0.75,
"k": 100
},
"targetFolder": "Chats",
"defaultChatName": "New Chat",
"excludeFF": [
"Chats",
"*.excalidraw.md"
],
"isQuickSettingsOpen": true,
"isVerbose": false,
"isOnboarded": true,
"hideIncognitoWarning": false,
"isAutostart": true
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,10 @@
{
"id": "smart-second-brain",
"name": "Smart Second Brain",
"description": "Interact with your privacy focused assistant, leveraging Ollama or OpenAI, making your second brain even smarter.",
"author": "Leo310, nicobrauchtgit",
"authorUrl": "https://github.com/nicobrauchtgit",
"version": "1.3.0",
"minAppVersion": "1.5.0",
"isDesktopOnly": true
}

File diff suppressed because one or more lines are too long