Spaces:
Sleeping
Sleeping
Update utils/constants.py
Browse files- utils/constants.py +2 -2
utils/constants.py
CHANGED
|
@@ -5,8 +5,8 @@ EMB_MODEL_NAME = "medicalai/ClinicalBERT"
|
|
| 5 |
RETRIEVAL_K_DEFAULT = 5
|
| 6 |
|
| 7 |
# Default endpoints (override in HF Space variables)
|
| 8 |
-
CHAT_ENDPOINT_DEFAULT = "https://
|
| 9 |
-
TEXTGEN_ENDPOINT_DEFAULT = "https://
|
| 10 |
REQUEST_TIMEOUT_SECONDS_DEFAULT = 60
|
| 11 |
RETRIES_DEFAULT = 6
|
| 12 |
BACKOFF_SECONDS_DEFAULT = 3
|
|
|
|
| 5 |
RETRIEVAL_K_DEFAULT = 5
|
| 6 |
|
| 7 |
# Default endpoints (override in HF Space variables)
|
| 8 |
+
CHAT_ENDPOINT_DEFAULT = " https://router.huggingface.co/models/meta-llama/Llama-3.2-1B-Instruct"
|
| 9 |
+
TEXTGEN_ENDPOINT_DEFAULT = " https://router.huggingface.co/models/mistralai/Mixtral-8x7B-Instruct-v0.1"
|
| 10 |
REQUEST_TIMEOUT_SECONDS_DEFAULT = 60
|
| 11 |
RETRIES_DEFAULT = 6
|
| 12 |
BACKOFF_SECONDS_DEFAULT = 3
|