gpts: default to llama3.2 for consistency with text selection response

This commit is contained in:
end-4
2025-04-06 16:32:22 +02:00
parent caf2ddc0cc
commit c98b8f696a
2 changed files with 5 additions and 5 deletions
@@ -3,7 +3,7 @@
{
// General stuff
"ai": {
"defaultGPTProvider": "openai",
"defaultGPTProvider": "ollama_llama_3_2",
"defaultTemperature": 0.5,
"enhancements": true,
"keep_alive": -1, // For ollama. -1 means forever