Switch Hermes to GPT-5.6 Terra

This commit is contained in:
Tobserver Agent 2026-07-26 15:22:29 +07:00
parent 1c1cd355fd
commit f64da546a3

View file

@ -1,7 +1,7 @@
{ config, ... }:
{
sops.secrets."hermes-env" = {};
sops.secrets."hermes-env" = { };
sops.secrets."hermes/auth.json" = {
owner = "hermes";
@ -21,9 +21,11 @@
settings = {
model = {
provider = "openai-codex";
default = "gpt-5.5";
default = "gpt-5.6-terra";
};
agent.reasoning_effort = "medium";
telegram = {
channel_prompts = {
"-5271252923" = ''
@ -60,7 +62,7 @@
environmentFiles = [ config.sops.secrets."hermes-env".path ];
extraDependencyGroups = [ "messaging"];
extraDependencyGroups = [ "messaging" ];
addToSystemPackages = true;
};