feat(users/rus07tam): add agents settings
Some checks failed
Nix CI / build (push) Has been cancelled
Some checks failed
Nix CI / build (push) Has been cancelled
This commit is contained in:
parent
f5a5990e62
commit
c63afef488
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@
|
|||
systemd.enable = true;
|
||||
|
||||
config = {
|
||||
agents.defaults = {
|
||||
model.primary = "openrouter/qwen/qwen3-coder:free";
|
||||
sandbox.mode = "off";
|
||||
};
|
||||
|
||||
gateway = {
|
||||
mode = "local";
|
||||
auth.token = sec."rus07tam/openclaw/gatewayToken".path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue