nsarrazin HF Staff commited on
Commit
b980148
·
1 Parent(s): 4fe6215

fix: cleanup .env

Browse files
Files changed (1) hide show
  1. .env +1 -6
.env CHANGED
@@ -135,12 +135,7 @@ LLM_SUMMARIZATION=true
135
 
136
  EXPOSE_API=true
137
  USE_HF_TOKEN_IN_API=false
138
- # PUBLIC_APP_NAME=HuggingChat
139
- # PUBLIC_APP_ASSETS=huggingchat
140
- # PUBLIC_APP_COLOR=yellow
141
- # PUBLIC_APP_DESCRIPTION="Making the community's best AI chat models available to everyone."
142
- # PUBLIC_APP_DATA_SHARING=1
143
- # PUBLIC_APP_DISCLAIMER=1
144
 
145
  ENABLE_ASSISTANTS=false #set to true to enable assistants feature
146
  ENABLE_ASSISTANTS_RAG=false # /!\ This will let users specify arbitrary URLs that the server will then request. Make sure you have the proper firewall rules in place.
 
135
 
136
  EXPOSE_API=true
137
  USE_HF_TOKEN_IN_API=false
138
+
 
 
 
 
 
139
 
140
  ENABLE_ASSISTANTS=false #set to true to enable assistants feature
141
  ENABLE_ASSISTANTS_RAG=false # /!\ This will let users specify arbitrary URLs that the server will then request. Make sure you have the proper firewall rules in place.