Skip to content

Commit 0b5fdbf

Browse files
committed
refactor(ai-agent): enable gateway multiplexing
1 parent 7fd82ed commit 0b5fdbf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

modules/nixos/services/ai-agent.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,10 @@ in
354354
};
355355

356356
ai-agent.settings = {
357+
gateway = {
358+
multiplex_profiles = true;
359+
};
360+
357361
model = {
358362
base_url = "https://openrouter.ai/api/v1";
359363
default = cfg.models.primary;
@@ -508,6 +512,7 @@ in
508512

509513
platforms.webhook = {
510514
enabled = true;
515+
511516
extra = {
512517
port = cfg.platform.webhook.port;
513518
rate_limit = 30;

0 commit comments

Comments
 (0)