Integrate Ollama for heartbeats and routine tasks - local LLM for zero cost

This commit is contained in:
Jarvis
2026-02-05 10:29:44 -07:00
parent dc40242efc
commit f773d044b9
4 changed files with 29 additions and 28 deletions

View File

@@ -17,6 +17,11 @@
"anthropic:default": {
"provider": "anthropic",
"mode": "token"
},
"ollama:local": {
"provider": "ollama",
"mode": "http",
"endpoint": "http://192.168.1.81:11434"
}
}
},
@@ -34,6 +39,9 @@
},
"anthropic/claude-haiku-4-5": {
"alias": "haiku"
},
"ollama/llama3.2:latest": {
"alias": "ollama"
}
},
"workspace": "/home/jramos/.openclaw/workspace",