Move Stability generation to backend

This commit is contained in:
Cohee
2024-07-04 22:36:17 +03:00
parent 6608e530c5
commit e32b0cc223
5 changed files with 198 additions and 161 deletions

View File

@@ -43,6 +43,7 @@ const SECRET_KEYS = {
FEATHERLESS: 'api_key_featherless',
ZEROONEAI: 'api_key_01ai',
HUGGINGFACE: 'api_key_huggingface',
STABILITY: 'api_key_stability',
};
// These are the keys that are safe to expose, even if allowKeysExposure is false