librechat: replace openrouter with requesty #100
2 changed files with 6 additions and 5 deletions
|
|
@ -56,7 +56,8 @@ in
|
||||||
secrets."librechat/creds-key" = { };
|
secrets."librechat/creds-key" = { };
|
||||||
secrets."librechat/creds-iv" = { };
|
secrets."librechat/creds-iv" = { };
|
||||||
secrets."librechat/meili-master-key" = { };
|
secrets."librechat/meili-master-key" = { };
|
||||||
secrets."librechat/openrouter-key" = { };
|
|
||||||
|
secrets."librechat/requesty-key" = { };
|
||||||
|
|
||||||
templates.librechat-env-file.content = ''
|
templates.librechat-env-file.content = ''
|
||||||
JWT_SECRET=${config.sops.placeholder."librechat/jwt-secret"}
|
JWT_SECRET=${config.sops.placeholder."librechat/jwt-secret"}
|
||||||
|
|
@ -64,7 +65,7 @@ in
|
||||||
CREDS_KEY=${config.sops.placeholder."librechat/creds-key"}
|
CREDS_KEY=${config.sops.placeholder."librechat/creds-key"}
|
||||||
CREDS_IV=${config.sops.placeholder."librechat/creds-iv"}
|
CREDS_IV=${config.sops.placeholder."librechat/creds-iv"}
|
||||||
MEILI_MASTER_KEY=${config.sops.placeholder."librechat/meili-master-key"}
|
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"}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -40,9 +40,9 @@ endpoints:
|
||||||
- "chain"
|
- "chain"
|
||||||
|
|
||||||
custom:
|
custom:
|
||||||
- name: "OpenRouter"
|
- name: "Requesty"
|
||||||
apiKey: "${OPENROUTER_KEY}"
|
apiKey: "${REQUESTY_KEY}"
|
||||||
baseURL: "https://openrouter.ai/api/v1"
|
baseURL: "https://router.requesty.ai/v1"
|
||||||
headers:
|
headers:
|
||||||
x-librechat-body-parentmessageid: "{{LIBRECHAT_BODY_PARENTMESSAGEID}}"
|
x-librechat-body-parentmessageid: "{{LIBRECHAT_BODY_PARENTMESSAGEID}}"
|
||||||
models:
|
models:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue