Update rag_hf.py
Browse files
rag_hf.py
CHANGED
@@ -22,7 +22,7 @@ st.set_page_config(
|
|
22 |
)
|
23 |
|
24 |
# === CONFIGURATION ===
|
25 |
-
ENDPOINT_URL = "https://
|
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.")
|