Configure gpt-5.1-codex-max

This commit is contained in:
Paul-Henri Froidmont 2025-12-23 14:26:00 +01:00
parent ec5364d764
commit d3debcc799
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE

View file

@ -53,6 +53,12 @@ in
include = [ "reasoning.encrypted_content" ];
};
};
"gpt-5.1-codex-max" = {
options = {
store = false;
include = [ "reasoning.encrypted_content" ];
};
};
};
};
};