NandanData commited on
Commit
2a554be
·
verified ·
1 Parent(s): 136d8e3

Update utils/constants.py

Browse files
Files changed (1) hide show
  1. utils/constants.py +1 -1
utils/constants.py CHANGED
@@ -4,7 +4,7 @@ DOCS_DIR = "./data/guidelines"
4
  COLLECTION = "med_guidelines_multispeciality"
5
  EMB_MODEL_NAME = "medicalai/ClinicalBERT"
6
  RETRIEVAL_K_DEFAULT = 5
7
- CHAT_ENDPOINT = "https://api-inference.huggingface.co/models/openai/gpt-oss-120b"
8
  MAX_RETRIES_DEFAULT = 6
9
  RETRY_BACKOFF_SECONDS_DEFAULT = 3
10
  REQUEST_TIMEOUT_SECONDS_DEFAULT = 60
 
4
  COLLECTION = "med_guidelines_multispeciality"
5
  EMB_MODEL_NAME = "medicalai/ClinicalBERT"
6
  RETRIEVAL_K_DEFAULT = 5
7
+ CHAT_ENDPOINT = "https://router.huggingface.co/models/openai/gpt-oss-120b"
8
  MAX_RETRIES_DEFAULT = 6
9
  RETRY_BACKOFF_SECONDS_DEFAULT = 3
10
  REQUEST_TIMEOUT_SECONDS_DEFAULT = 60