Compare commits
2 commits
793eeb3161
...
c63afef488
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c63afef488 | ||
|
|
f5a5990e62 |
1 changed files with 6 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
installApp = false;
|
installApp = false;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
|
reloadScript = true;
|
||||||
|
|
||||||
bundledPlugins = {
|
bundledPlugins = {
|
||||||
summarize.enable = true;
|
summarize.enable = true;
|
||||||
|
|
@ -18,6 +19,11 @@
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
agents.defaults = {
|
||||||
|
model.primary = "openrouter/qwen/qwen3-coder:free";
|
||||||
|
sandbox.mode = "off";
|
||||||
|
};
|
||||||
|
|
||||||
gateway = {
|
gateway = {
|
||||||
mode = "local";
|
mode = "local";
|
||||||
auth.token = sec."rus07tam/openclaw/gatewayToken".path;
|
auth.token = sec."rus07tam/openclaw/gatewayToken".path;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue