hermes-age changes

This commit is contained in:
2026-07-28 21:47:06 -05:00
parent f9289fa766
commit 10637d950f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ alias gs='git status'
alias hermes='docker exec -it -u hermes hermes-agent /data/current-package/bin/hermes' alias hermes='docker exec -it -u hermes hermes-agent /data/current-package/bin/hermes'
alias hermes-age='cd /etc/rice-flakes/modules/hermes/secrets && sudo EDITOR=nvim agenix -e ./hermes-env.age -i /etc/ssh/ssh_host_ed25519_key' alias hermes-age='cd /etc/rice-flakes/modules/hermes/secrets && sudo EDITOR=nvim agenix -e hermes-env.age -i /etc/ssh/ssh_host_ed25519_key'
ga() { ga() {
if [[ -z "$1" ]]; then if [[ -z "$1" ]]; then
+2 -2
View File
@@ -44,8 +44,8 @@
}; };
delegation = { delegation = {
model = "openai/gpt-5.6-luna"; model = "us.anthropic.claude-sonnet-5";
provider = "nous"; provider = "bedrock";
}; };
discord = { discord = {
Binary file not shown.