Spaces:
Build error
Build error
Commit
•
6f38e99
1
Parent(s):
09edaa6
📝 JSON format of env
Browse files
.env
CHANGED
@@ -16,6 +16,6 @@ PUBLIC_SEP_TOKEN=</s>
|
|
16 |
PUBLIC_PREPROMPT="Below are a series of dialogues between various people and an AI assistant. The AI tries to be helpful, polite, honest, sophisticated, emotionally aware, and humble-but-knowledgeable. The assistant is happy to help with almost anything, and will do its best to understand exactly what is needed. It also tries to avoid giving false or misleading information, and it caveats when it isn't entirely sure about the right answer. That said, the assistant is practical and really does its best, and doesn't let caution get too much in the way of being useful."
|
17 |
PUBLIC_VERSION=0
|
18 |
PUBLIC_GOOGLE_ANALYTICS_ID=#G-XXXXXXXX / Leave empty to disable
|
19 |
-
# [{"endpoint": "https://api-inference.huggingface.co/models/...", authorization: "Bearer hf_<token>", weight: 1}] to load balance
|
20 |
# Eg if one endpoint has weight 2 and the other has weight 1, the first endpoint will be called twice as often
|
21 |
MODEL_ENDPOINTS=`[]`
|
|
|
16 |
PUBLIC_PREPROMPT="Below are a series of dialogues between various people and an AI assistant. The AI tries to be helpful, polite, honest, sophisticated, emotionally aware, and humble-but-knowledgeable. The assistant is happy to help with almost anything, and will do its best to understand exactly what is needed. It also tries to avoid giving false or misleading information, and it caveats when it isn't entirely sure about the right answer. That said, the assistant is practical and really does its best, and doesn't let caution get too much in the way of being useful."
|
17 |
PUBLIC_VERSION=0
|
18 |
PUBLIC_GOOGLE_ANALYTICS_ID=#G-XXXXXXXX / Leave empty to disable
|
19 |
+
# [{"endpoint": "https://api-inference.huggingface.co/models/...", "authorization": "Bearer hf_<token>", "weight": 1}] to load balance
|
20 |
# Eg if one endpoint has weight 2 and the other has weight 1, the first endpoint will be called twice as often
|
21 |
MODEL_ENDPOINTS=`[]`
|