From 51fed84b2a0572515ac458626e8cbcd2070a2656 Mon Sep 17 00:00:00 2001 From: sid Date: Mon, 25 May 2026 12:38:30 +0200 Subject: [PATCH] librechat: replace openrouter with requesty --- hosts/rx4/services/librechat-oci.nix | 5 +++-- hosts/rx4/services/librechat.yaml | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/hosts/rx4/services/librechat-oci.nix b/hosts/rx4/services/librechat-oci.nix index 41c9928..25149dc 100644 --- a/hosts/rx4/services/librechat-oci.nix +++ b/hosts/rx4/services/librechat-oci.nix @@ -56,7 +56,8 @@ in secrets."librechat/creds-key" = { }; secrets."librechat/creds-iv" = { }; secrets."librechat/meili-master-key" = { }; - secrets."librechat/openrouter-key" = { }; + + secrets."librechat/requesty-key" = { }; templates.librechat-env-file.content = '' JWT_SECRET=${config.sops.placeholder."librechat/jwt-secret"} @@ -64,7 +65,7 @@ in CREDS_KEY=${config.sops.placeholder."librechat/creds-key"} CREDS_IV=${config.sops.placeholder."librechat/creds-iv"} MEILI_MASTER_KEY=${config.sops.placeholder."librechat/meili-master-key"} - OPENROUTER_KEY=${config.sops.placeholder."librechat/openrouter-key"} + REQUESTY_KEY=${config.sops.placeholder."librechat/requesty-key"} ''; }; } diff --git a/hosts/rx4/services/librechat.yaml b/hosts/rx4/services/librechat.yaml index 3176e9d..327012a 100644 --- a/hosts/rx4/services/librechat.yaml +++ b/hosts/rx4/services/librechat.yaml @@ -40,9 +40,9 @@ endpoints: - "chain" custom: - - name: "OpenRouter" - apiKey: "${OPENROUTER_KEY}" - baseURL: "https://openrouter.ai/api/v1" + - name: "Requesty" + apiKey: "${REQUESTY_KEY}" + baseURL: "https://router.requesty.ai/v1" headers: x-librechat-body-parentmessageid: "{{LIBRECHAT_BODY_PARENTMESSAGEID}}" models: