smallmodel

This commit is contained in:
ltadeu6 2026-04-03 11:38:10 -03:00
parent 9d8d915e7d
commit a909972a57
2 changed files with 4 additions and 2 deletions

View file

@ -349,7 +349,7 @@
id = "OPENCLAW_GATEWAY_TOKEN";
};
agents.defaults.model.primary = "ollama/llama3.1:8b";
agents.defaults.model.primary = "ollama/qwen2.5:3b";
models.providers.ollama = {
baseUrl = "http://127.0.0.1:11434";
api = "ollama";
@ -360,5 +360,7 @@
};
};
home.file.".openclaw/openclaw.json".force = true;
programs.home-manager.enable = true;
}

View file

@ -251,7 +251,7 @@
acceleration = "cuda";
host = "[::]";
loadModels = [
"llama3.1:8b"
"qwen2.5:3b"
];
syncModels = true;
# listenAddress = "10.0.0.2:11434";