endpoint update
Browse files- components/LLMs/Bart.py +1 -1
components/LLMs/Bart.py
CHANGED
@@ -5,7 +5,7 @@ import requests
|
|
5 |
from typing import Optional
|
6 |
|
7 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
8 |
-
BART_URL = "https://
|
9 |
|
10 |
HEADERS = {
|
11 |
"Authorization": f"Bearer {HF_TOKEN}",
|
|
|
5 |
from typing import Optional
|
6 |
|
7 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
8 |
+
BART_URL = "https://c5dk65n3sd14gjo1.us-east-1.aws.endpoints.huggingface.cloud"
|
9 |
|
10 |
HEADERS = {
|
11 |
"Authorization": f"Bearer {HF_TOKEN}",
|