mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 21:11:53 +08:00
feat: Add Stability API server relay sending
This commit is contained in:
@@ -124,6 +124,9 @@ export const getServerSideConfig = () => {
|
||||
anthropicApiVersion: process.env.ANTHROPIC_API_VERSION,
|
||||
anthropicUrl: process.env.ANTHROPIC_URL,
|
||||
|
||||
stabilityUrl: process.env.STABILITY_URL,
|
||||
stabilityApiKey: process.env.STABILITY_API_KEY,
|
||||
|
||||
gtmId: process.env.GTM_ID,
|
||||
|
||||
needCode: ACCESS_CODES.size > 0,
|
||||
|
Reference in New Issue
Block a user