vault backup: 2024-11-14 01:31:24

This commit is contained in:
Marco Realacci 2024-11-14 01:31:24 +01:00
parent bc43175468
commit b21b11655a
12 changed files with 145 additions and 29 deletions

View file

@ -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
}