57 lines
No EOL
1.3 KiB
JSON
57 lines
No EOL
1.3 KiB
JSON
{
|
|
"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
|
|
} |