ankush13r commited on
Commit
53851e0
·
verified ·
1 Parent(s): 26aac01

Update .env.local.template

Browse files
Files changed (1) hide show
  1. .env.local.template +5 -5
.env.local.template CHANGED
@@ -18,7 +18,7 @@ OPENID_CLIENT_SECRET=
18
  OPENID_SCOPES="openid profile" # Add "email" for some providers like Google that do not provide preferred_username
19
  OPENID_PROVIDER_URL=https://huggingface.co # for Google, use https://accounts.google.com
20
 
21
- PUBLIC_APP_DESCRIPTION="This is a prompt system compliance test of the latest 7b model in development at BSC, code name Salamandra. No personal information is saved. If you’re having trouble on mobile or any device, please try this link: https://bsc-lt-chatui.hf.space/"
22
  COMMUNITY_TOOLS=true
23
  ENABLE_ASSISTANTS=true
24
  TOOLS=`[
@@ -145,16 +145,16 @@ MODELS=`[
145
 
146
  PUBLIC_ANNOUNCEMENT_BANNERS=`[
147
  {
148
- "title": "Weve integrated function calling! 🤖",
149
- "linkTitle": "",
150
- "linkHref": ""
151
  }
152
  ]`
153
 
154
  OLD_MODELS=`[]`# any removed models, `{ name: string, displayName?: string, id?: string }`
155
 
156
  PUBLIC_ORIGIN=https://huggingface.co/spaces/BSC-LT/ChatUI #${SPACE_HOST}
157
- PUBLIC_SHARE_PREFIX=https://huggingface.co/spaces/BSC-LT/ChatUI #${SPACE_HOST}/r
158
  PUBLIC_GOOGLE_ANALYTICS_ID=#G-XXXXXXXX / Leave empty to disable
159
  PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
160
 
 
18
  OPENID_SCOPES="openid profile" # Add "email" for some providers like Google that do not provide preferred_username
19
  OPENID_PROVIDER_URL=https://huggingface.co # for Google, use https://accounts.google.com
20
 
21
+ PUBLIC_APP_DESCRIPTION="This is a prompt system compliance test of the latest 7b model in development at BSC, code name Salamandra. No personal information is saved."
22
  COMMUNITY_TOOLS=true
23
  ENABLE_ASSISTANTS=true
24
  TOOLS=`[
 
145
 
146
  PUBLIC_ANNOUNCEMENT_BANNERS=`[
147
  {
148
+ "title": "If youre having trouble on mobile or any device, go to",
149
+ "linkTitle": "BSC-ChatUi",
150
+ "linkHref": " https://bsc-lt-chatui.hf.space/"
151
  }
152
  ]`
153
 
154
  OLD_MODELS=`[]`# any removed models, `{ name: string, displayName?: string, id?: string }`
155
 
156
  PUBLIC_ORIGIN=https://huggingface.co/spaces/BSC-LT/ChatUI #${SPACE_HOST}
157
+ PUBLIC_SHARE_PREFIX=https://bsc-lt-chatui.hf.space/ #${SPACE_HOST}/r
158
  PUBLIC_GOOGLE_ANALYTICS_ID=#G-XXXXXXXX / Leave empty to disable
159
  PUBLIC_DEPRECATED_GOOGLE_ANALYTICS_ID=#UA-XXXXXXXX-X / Leave empty to disable
160