codex bump, fixup
This commit is contained in:
parent
72739f110f
commit
7751c36e7c
4 changed files with 53 additions and 71 deletions
12
home.nix
12
home.nix
|
|
@ -95,7 +95,7 @@
|
|||
### neural networks
|
||||
dsearch
|
||||
lmstudio
|
||||
vllm
|
||||
# vllm
|
||||
|
||||
# kdePackages.kdenlive
|
||||
(python313.withPackages (
|
||||
|
|
@ -467,11 +467,13 @@
|
|||
codex = {
|
||||
enable = true;
|
||||
settings = {
|
||||
# model = "gpt-5.4";
|
||||
# approval_policy = "on-request";
|
||||
# model_reasoning_effort = "high";
|
||||
model = "gpt-5.4";
|
||||
approval_policy = "on-request";
|
||||
model_reasoning_effort = "high";
|
||||
#
|
||||
model_provider = "openrouter";
|
||||
# model_provider = "openrouter";
|
||||
# model_providers = {
|
||||
# };
|
||||
};
|
||||
};
|
||||
# command-not-found.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue