ppsingh commited on
Commit
8e901e0
1 Parent(s): f51b2c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://fesg9gjsfde5yfr4.us-east-1.aws.endpoints.huggingface.cloud",
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={})