Use unstable ollama-cuda and pin gemma4:e4b

This commit is contained in:
ltadeu6 2026-04-12 11:49:34 -03:00
parent 2e5565d2de
commit a72accde1a
4 changed files with 47 additions and 5 deletions

View file

@ -349,7 +349,7 @@
id = "OPENCLAW_GATEWAY_TOKEN";
};
agents.defaults.model.primary = "ollama/qwen2.5:3b";
agents.defaults.model.primary = "ollama/gemma4:e4b";
models.providers.ollama = {
baseUrl = "http://127.0.0.1:11434";
api = "ollama";