javiervz commited on
Commit
c683bff
verified
1 Parent(s): 886f95f

Update rag_hf.py

Browse files
Files changed (1) hide show
  1. rag_hf.py +1 -1
rag_hf.py CHANGED
@@ -22,7 +22,7 @@ st.set_page_config(
22
  )
23
 
24
  # === CONFIGURATION ===
25
- ENDPOINT_URL = "https://api-inference.huggingface.co/models/bigscience/bloomz-560m"
26
  HF_API_TOKEN = os.getenv("HF_API_TOKEN")
27
  if not HF_API_TOKEN:
28
  st.error("鈿狅笍 No se carg贸 el token HF_API_TOKEN desde los Secrets.")
 
22
  )
23
 
24
  # === CONFIGURATION ===
25
+ ENDPOINT_URL = "https://lxgkooi70bj7diiu.us-east-1.aws.endpoints.huggingface.cloud"
26
  HF_API_TOKEN = os.getenv("HF_API_TOKEN")
27
  if not HF_API_TOKEN:
28
  st.error("鈿狅笍 No se carg贸 el token HF_API_TOKEN desde los Secrets.")