feat: update gpt model

This commit is contained in:
2026-04-25 01:30:34 +02:00
parent 16712777dc
commit 343ae79738
+2 -8
View File
@@ -1,12 +1,6 @@
{ inputs, ... }:
let
sharedContext = ''
# AI Global Context
This shared Codex and Gemini context is intentionally minimal for now.
TODO: add persistent global AI instructions.
'';
sharedContext = "";
in
{
flake.modules.nixos.ai = {
@@ -51,7 +45,7 @@ in
package = pkgs.llm-agents.codex;
context = sharedContext;
settings = {
model = "gpt-5.4";
model = "gpt-5.5";
model_reasoning_effort = "high";
plan_mode_reasoning_effort = "high";
tui.status_line = [