NandanData commited on
Commit
4e92722
·
verified ·
1 Parent(s): 6505e7f

Update utils/constants.py

Browse files
Files changed (1) hide show
  1. 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://api-inference.huggingface.co/models/meta-llama/Llama-3.2-1B-Instruct"
9
- TEXTGEN_ENDPOINT_DEFAULT = "https://api-inference.huggingface.co/models/mistralai/Mixtral-8x7B-Instruct-v0.1"
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