mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
models
This commit is contained in:
parent
3eaa6e739a
commit
ed449d7fef
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@ in
|
||||||
workspace = "~/.openclaw/workspace";
|
workspace = "~/.openclaw/workspace";
|
||||||
skipBootstrap = false;
|
skipBootstrap = false;
|
||||||
model = {
|
model = {
|
||||||
primary = "anthropic/claude-opus-4-6";
|
primary = "opanai-codex/gpt-5.4";
|
||||||
fallbacks = [ "anthropic/claude-sonnet-4-6" ];
|
fallbacks = [ "opanai-codex/gpt-5.4-mini" ];
|
||||||
};
|
};
|
||||||
sandbox.mode = "off";
|
sandbox.mode = "off";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue