feat: update gpt model
This commit is contained in:
@@ -1,12 +1,6 @@
|
|||||||
{ inputs, ... }:
|
{ inputs, ... }:
|
||||||
let
|
let
|
||||||
sharedContext = ''
|
sharedContext = "";
|
||||||
# AI Global Context
|
|
||||||
|
|
||||||
This shared Codex and Gemini context is intentionally minimal for now.
|
|
||||||
|
|
||||||
TODO: add persistent global AI instructions.
|
|
||||||
'';
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
flake.modules.nixos.ai = {
|
flake.modules.nixos.ai = {
|
||||||
@@ -51,7 +45,7 @@ in
|
|||||||
package = pkgs.llm-agents.codex;
|
package = pkgs.llm-agents.codex;
|
||||||
context = sharedContext;
|
context = sharedContext;
|
||||||
settings = {
|
settings = {
|
||||||
model = "gpt-5.4";
|
model = "gpt-5.5";
|
||||||
model_reasoning_effort = "high";
|
model_reasoning_effort = "high";
|
||||||
plan_mode_reasoning_effort = "high";
|
plan_mode_reasoning_effort = "high";
|
||||||
tui.status_line = [
|
tui.status_line = [
|
||||||
|
|||||||
Reference in New Issue
Block a user