Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ async def chat(query,history,sources,reports):
|
|
76 |
|
77 |
# get llm
|
78 |
llm_qa = HuggingFaceEndpoint(
|
79 |
-
endpoint_url= "https://
|
80 |
task="text-generation",
|
81 |
huggingfacehub_api_token=HF_token,
|
82 |
model_kwargs={})
|
|
|
76 |
|
77 |
# get llm
|
78 |
llm_qa = HuggingFaceEndpoint(
|
79 |
+
endpoint_url= "https://mnczdhmrf7lkfd9d.eu-west-1.aws.endpoints.huggingface.cloud",
|
80 |
task="text-generation",
|
81 |
huggingfacehub_api_token=HF_token,
|
82 |
model_kwargs={})
|