librechat: add openrouter api key
This commit is contained in:
parent
04e1748ef9
commit
e693ba0340
2 changed files with 5 additions and 2 deletions
|
|
@ -54,6 +54,7 @@ in
|
|||
secrets."librechat/creds-key" = { };
|
||||
secrets."librechat/creds-iv" = { };
|
||||
secrets."librechat/meili-master-key" = { };
|
||||
secrets."librechat/openrouter-key" = { };
|
||||
|
||||
templates.librechat-env-file.content = ''
|
||||
JWT_SECRET=${config.sops.placeholder."librechat/jwt-secret"}
|
||||
|
|
@ -61,6 +62,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"}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue