PROXY_URL duplicate

This commit is contained in:
DirkSchlossmacher 2023-11-10 03:12:10 +01:00
parent 6e7cede1a0
commit f418ac7d51

View File

@ -16,8 +16,6 @@ declare global {
BUILD_MODE?: "standalone" | "export"; BUILD_MODE?: "standalone" | "export";
BUILD_APP?: string; // is building desktop app BUILD_APP?: string; // is building desktop app
PROXY_URL?: string;
HIDE_USER_API_KEY?: string; // disable user's api key input HIDE_USER_API_KEY?: string; // disable user's api key input
DISABLE_GPT4?: string; // allow user to use gpt-4 or not DISABLE_GPT4?: string; // allow user to use gpt-4 or not
BUILD_MODE?: "standalone" | "export"; BUILD_MODE?: "standalone" | "export";