Skip to content

Commit 60b5eb1

Browse files
committed
Update app description in environment configs
Set PUBLIC_APP_DESCRIPTION in both .env and prod.yaml to 'Making the community's best AI chat models available to everyone.' to provide a consistent description across environments.
1 parent 59e6109 commit 60b5eb1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ MONGODB_DIRECT_CONNECTION=false
2323
PUBLIC_APP_GUEST_MESSAGE=# a message to the guest user. If not set, no message will be shown. Only used if you have authentication enabled.
2424
PUBLIC_APP_NAME=ChatUI # name used as title throughout the app
2525
PUBLIC_APP_ASSETS=chatui # used to find logos & favicons in static/$PUBLIC_APP_ASSETS
26-
PUBLIC_APP_DESCRIPTION=# description used throughout the app
26+
PUBLIC_APP_DESCRIPTION="Making the community's best AI chat models available to everyone."# description used throughout the app
2727
PUBLIC_SMOOTH_UPDATES=false # set to true to enable smoothing of messages client-side, can be CPU intensive
2828
PUBLIC_ORIGIN=
2929
PUBLIC_SHARE_PREFIX=

chart/env/prod.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ envVars:
6565
MESSAGES_BEFORE_LOGIN: "999"
6666
PUBLIC_APP_ASSETS: "huggingchat"
6767
PUBLIC_APP_NAME: "HuggingChat"
68+
PUBLIC_APP_DESCRIPTION: "Making the community's best AI chat models available to everyone"
6869
PUBLIC_ORIGIN: "https://huggingface.co"
6970
PUBLIC_PLAUSIBLE_SCRIPT_URL: "/js/script.js"
7071

0 commit comments

Comments
 (0)