feat: update ai mailer and configure language

This commit is contained in:
Dominik Polakovics Polakovics 2026-03-19 15:19:17 +01:00
parent ab1168816f
commit a80fa1aaad
2 changed files with 4 additions and 3 deletions

View file

@ -27,9 +27,10 @@
ai:
openrouter_api_key: "file://${config.sops.secrets.ai-mailer-openrouter-key.path}"
model: "openai/gpt-5-mini"
model: "openai/gpt-5.4-mini"
temperature: 0.3
max_tokens: 200000
default_language: German
context:
urls:

View file

@ -6,8 +6,8 @@ buildGoModule rec {
src = fetchgit {
url = "https://git.cloonar.com/Paraclub/ai-mailer.git";
rev = "e88ac7caff72ffee206dc931f9e16b460d205f7e";
sha256 = "sha256-eafDeXvslj3P3TOcng1zObP/Vyva7GY/eSstmKynnBI=";
rev = "1d03d584c2da3ce7ce5761f03fa0a7daadc23471";
sha256 = "sha256-kXW15cX9WTQQejAC+Rs3KQwpRHCQA34oT07RX9Vibp0=";
};
vendorHash = "sha256-cEnb629V1dylMQfmB/8qv9gl1+T72rlkEd4wcsterXE=";