Switch litellm public to API key, move secret to o001, use module
This commit is contained in:
parent
d706c122b1
commit
eebf354173
9 changed files with 141 additions and 313 deletions
|
|
@ -134,8 +134,8 @@ in
|
|||
"openwebui_env.age" = {
|
||||
publicKeys = authorityKey ++ h001;
|
||||
};
|
||||
"litellm_public_master_key.age" = {
|
||||
publicKeys = authorityKey ++ h001;
|
||||
"litellm_public_api_key.age" = {
|
||||
publicKeys = authorityKey ++ o001;
|
||||
};
|
||||
"vaultwarden_env.age" = {
|
||||
publicKeys = authorityKey ++ o001;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue