mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-20 21:54:19 +08:00
(feat)Support for managing large models with Dify #1830;2、add user access token; #1829; 3、support change password #1824 (#1839)
This commit is contained in:
@@ -472,7 +472,7 @@ export const objToArray = (_obj: ObjToArrayParams, keyType: string = 'string') =
|
||||
});
|
||||
};
|
||||
|
||||
const encryptKey = CryptoJS.enc.Hex.parse(
|
||||
export const encryptKey = CryptoJS.enc.Hex.parse(
|
||||
'9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08',
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user