mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-19 02:01:36 +00:00
skip bootstrap = false
This commit is contained in:
parent
1e0514170d
commit
90877a30ab
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ in
|
||||||
};
|
};
|
||||||
agents.defaults = {
|
agents.defaults = {
|
||||||
workspace = "~/.openclaw/workspace";
|
workspace = "~/.openclaw/workspace";
|
||||||
skipBootstrap = true;
|
skipBootstrap = false;
|
||||||
model = {
|
model = {
|
||||||
primary = "claude-cli/claude-opus-4-6";
|
primary = "claude-cli/claude-opus-4-6";
|
||||||
fallbacks = [ "claude-cli/claude-sonnet-4-6" ];
|
fallbacks = [ "claude-cli/claude-sonnet-4-6" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue