Merge remote-tracking branch 'upstream/main'

This commit is contained in:
DirkSchlossmacher
2023-11-10 15:29:44 +01:00
6 changed files with 16 additions and 7 deletions

View File

@@ -13,11 +13,11 @@ declare global {
OPENAI_ORG_ID?: string; // openai only
VERCEL?: "1" | undefined;
BUILD_MODE?: "standalone" | "export";
BUILD_APP?: string; // is building desktop app
HIDE_USER_API_KEY?: string; // disable user's api key input
DISABLE_GPT4?: string; // allow user to use gpt-4 or not
BUILD_MODE?: "standalone" | "export";
BUILD_APP?: string; // is building desktop app
ENABLE_BALANCE_QUERY?: string; // allow user to query balance or not
DISABLE_FAST_LINK?: string; // disallow parse settings from url or not
CUSTOM_MODELS?: string; // to control custom models