nsarrazin HF Staff commited on
Commit
43292aa
·
1 Parent(s): 1dae9c1

fi: change default banner

Browse files
Files changed (1) hide show
  1. .env +3 -3
.env CHANGED
@@ -118,9 +118,9 @@ PUBLIC_GOOGLE_ANALYTICS_ID=#G-XXXXXXXX / Leave empty to disable
118
  PUBLIC_PLAUSIBLE_SCRIPT_URL=#/js/script.js / Leave empty to disable
119
  PUBLIC_ANNOUNCEMENT_BANNERS=`[
120
  {
121
- "title": "Code Llama 70B is available! 🦙",
122
- "linkTitle": "try it",
123
- "linkHref": "https://huggingface.co/chat?model=codellama/CodeLlama-70b-Instruct-hf"
124
  }
125
  ]`
126
 
 
118
  PUBLIC_PLAUSIBLE_SCRIPT_URL=#/js/script.js / Leave empty to disable
119
  PUBLIC_ANNOUNCEMENT_BANNERS=`[
120
  {
121
+ "title": "chat-ui is now open source!",
122
+ "linkTitle": "check it out",
123
+ "linkHref": "https://github.com/huggingface/chat-ui"
124
  }
125
  ]`
126