vault backup: 2024-11-14 01:31:24
This commit is contained in:
parent
bc43175468
commit
b21b11655a
12 changed files with 145 additions and 29 deletions
8
.obsidian/plugins/companion/data.json
vendored
8
.obsidian/plugins/companion/data.json
vendored
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"provider": "ollama",
|
||||
"model": "qwen2.5:14b",
|
||||
"model": "llama3:8b-text-q8_0",
|
||||
"enable_by_default": false,
|
||||
"keybind": "Tab",
|
||||
"delay_ms": 2000,
|
||||
|
@ -13,16 +13,12 @@
|
|||
"min_display_length": 50,
|
||||
"retrigger_threshold": 48
|
||||
},
|
||||
<<<<<<< HEAD
|
||||
"provider_settings": {
|
||||
"ollama": {
|
||||
"settings": "{\"endpoint\":\"http://192.168.188.43:11434\"}",
|
||||
"settings": "{\"endpoint\":\"http://pve-gpu.net.mrlc.cc:11434\"}",
|
||||
"models": {}
|
||||
}
|
||||
},
|
||||
=======
|
||||
"provider_settings": {},
|
||||
>>>>>>> origin/main
|
||||
"presets": [],
|
||||
"fallback": null
|
||||
}
|
2
.obsidian/plugins/local-gpt/data.json
vendored
2
.obsidian/plugins/local-gpt/data.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"providers": {
|
||||
"ollama": {
|
||||
"ollamaUrl": "http://localhost:11434",
|
||||
"ollamaUrl": "http://pve-gpu.net.mrlc.cc:11434",
|
||||
"defaultModel": "qwen2.5:14b",
|
||||
"embeddingModel": "nomic-embed-text",
|
||||
"type": "ollama"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"isIncognitoMode": true,
|
||||
"ollamaGenModel": {
|
||||
"model": "qwen2.5:14b",
|
||||
"baseUrl": "http://localhost:11434",
|
||||
"baseUrl": "http://pve-gpu.net.mrlc.cc:11434",
|
||||
"temperature": 0.5,
|
||||
"contextWindow": 2048,
|
||||
"lcModel": {
|
||||
|
@ -140,7 +140,7 @@
|
|||
},
|
||||
"ollamaEmbedModel": {
|
||||
"model": "nomic-embed-text",
|
||||
"baseUrl": "http://localhost:11434",
|
||||
"baseUrl": "http://pve-gpu.net.mrlc.cc:11434",
|
||||
"similarityThreshold": 0.5,
|
||||
"k": 100
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue