Set Hermes default model to GPT 5.5 #20

Merged
m3tam3re merged 1 commits from chore/hermes-gpt55-default-fallbacks into master 2026-05-23 09:22:19 +02:00
Collaborator

Summary\n- set Hermes default provider/model to openai-codex / gpt-5.5 on m3-hermes and m3-ares\n- replace the legacy single fallback shape with the canonical fallback_providers chain\n- keep glm-5.1 via zai as first fallback and MiniMax-M2.7 via minimax as second fallback\n\n## Verification\n- nix run nixpkgs#alejandra -- --check hosts/m3-hermes/services/hermes-agent.nix hosts/m3-ares/services/hermes-agent.nix\n- nix build .#nixosConfigurations.m3-hermes.config.system.build.toplevel --impure --no-link\n- nix eval --impure --json .#nixosConfigurations.m3-hermes.config.services.hermes-agent.settings.model\n- nix eval --impure --json .#nixosConfigurations.m3-hermes.config.services.hermes-agent.settings.fallback_providers\n- nix eval --impure --json .#nixosConfigurations.m3-ares.config.services.hermes-agent.settings.model\n- nix eval --impure --json .#nixosConfigurations.m3-ares.config.services.hermes-agent.settings.fallback_providers\n\n## Note\n- Full m3-ares toplevel build was attempted but is currently blocked by an unrelated fixed-output hash mismatch for VibeTyper.AppImage. The Hermes settings still evaluate correctly for m3-ares.

## Summary\n- set Hermes default provider/model to openai-codex / gpt-5.5 on m3-hermes and m3-ares\n- replace the legacy single fallback shape with the canonical fallback_providers chain\n- keep glm-5.1 via zai as first fallback and MiniMax-M2.7 via minimax as second fallback\n\n## Verification\n- nix run nixpkgs#alejandra -- --check hosts/m3-hermes/services/hermes-agent.nix hosts/m3-ares/services/hermes-agent.nix\n- nix build .#nixosConfigurations.m3-hermes.config.system.build.toplevel --impure --no-link\n- nix eval --impure --json .#nixosConfigurations.m3-hermes.config.services.hermes-agent.settings.model\n- nix eval --impure --json .#nixosConfigurations.m3-hermes.config.services.hermes-agent.settings.fallback_providers\n- nix eval --impure --json .#nixosConfigurations.m3-ares.config.services.hermes-agent.settings.model\n- nix eval --impure --json .#nixosConfigurations.m3-ares.config.services.hermes-agent.settings.fallback_providers\n\n## Note\n- Full m3-ares toplevel build was attempted but is currently blocked by an unrelated fixed-output hash mismatch for VibeTyper.AppImage. The Hermes settings still evaluate correctly for m3-ares.
m3ta-chiron added 1 commit 2026-05-23 09:19:52 +02:00
m3tam3re merged commit 6588586a26 into master 2026-05-23 09:22:19 +02:00
m3tam3re deleted branch chore/hermes-gpt55-default-fallbacks 2026-05-23 09:22:19 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: m3tam3re/nixos-config#20