1 parent 7fd82ed commit 0b5fdbfCopy full SHA for 0b5fdbf
1 file changed
modules/nixos/services/ai-agent.nix
@@ -354,6 +354,10 @@ in
354
};
355
356
ai-agent.settings = {
357
+ gateway = {
358
+ multiplex_profiles = true;
359
+ };
360
+
361
model = {
362
base_url = "https://openrouter.ai/api/v1";
363
default = cfg.models.primary;
@@ -508,6 +512,7 @@ in
508
512
509
513
platforms.webhook = {
510
514
enabled = true;
515
511
516
extra = {
517
port = cfg.platform.webhook.port;
518
rate_limit = 30;
0 commit comments