You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MESSAGES_BEFORE_LOGIN=# how many messages a user can send in a conversation before having to login. set to 0 to force login right away
113
+
VITE_RATE_LIMIT=# requests per minute
114
+
VITE_MESSAGES_BEFORE_LOGIN=# how many messages a user can send in a conversation before having to login. set to 0 to force login right away
115
115
116
-
APP_BASE="" # base path of the app, e.g. /chat, left blank as default
116
+
VITE_APP_BASE="" # base path of the app, e.g. /chat, left blank as default
117
117
PUBLIC_APP_NAME=ChatUI# name used as title throughout the app
118
118
PUBLIC_APP_ASSETS=chatui# used to find logos & favicons in static/$PUBLIC_APP_ASSETS
119
119
PUBLIC_APP_COLOR=blue# can be any of tailwind colors: https://tailwindcss.com/docs/customizing-colors#default-color-palette
120
120
PUBLIC_APP_DESCRIPTION=# description used throughout the app (if not set, a default one will be used)
121
121
PUBLIC_APP_DATA_SHARING=#set to 1 to enable options & text regarding data sharing
122
122
PUBLIC_APP_DISCLAIMER=#set to 1 to show a disclaimer on login page
123
123
PUBLIC_APP_DISCLAIMER_MESSAGE="Disclaimer: AI is an area of active research with known problems such as biased generation and misinformation. Do not use this application for high-stakes decisions or advice."
124
-
LLM_SUMMERIZATION=true
124
+
VITE_LLM_SUMMERIZATION=true
125
125
126
-
EXPOSE_API=true
126
+
VITE_EXPOSE_API=true
127
127
# PUBLIC_APP_NAME=HuggingChat
128
128
# PUBLIC_APP_ASSETS=huggingchat
129
129
# PUBLIC_APP_COLOR=yellow
130
130
# PUBLIC_APP_DESCRIPTION="Making the community's best AI chat models available to everyone."
131
131
# PUBLIC_APP_DATA_SHARING=1
132
132
# PUBLIC_APP_DISCLAIMER=1
133
133
134
-
ENABLE_ASSISTANTS=false#set to true to enable assistants feature
134
+
VITE_ENABLE_ASSISTANTS=false#set to true to enable assistants feature
135
135
136
-
ALTERNATIVE_REDIRECT_URLS=`[]`#valide alternative redirect URL for OAuth
136
+
VITE_ALTERNATIVE_REDIRECT_URLS=`[]`#valide alternative redirect URL for OAuth
137
137
138
-
WEBHOOK_URL_REPORT_ASSISTANT=#provide webhook url to get notified when an assistant gets reported
138
+
VITE_WEBHOOK_URL_REPORT_ASSISTANT=#provide webhook url to get notified when an assistant gets reported
0 commit comments