Spaces:
Sleeping
Sleeping
fix: cleanup .env
Browse files
.env
CHANGED
@@ -135,12 +135,7 @@ LLM_SUMMARIZATION=true
|
|
135 |
|
136 |
EXPOSE_API=true
|
137 |
USE_HF_TOKEN_IN_API=false
|
138 |
-
|
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.
|