ppsingh commited on
Commit
1f0ecc3
1 Parent(s): 4019cf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ async def chat(query,history,sources,reports):
86
  # https://huggingface.co/blog/llama3#how-to-prompt-llama-3
87
 
88
  llm_qa = HuggingFaceEndpoint(
89
- endpoint_url= "https://mnczdhmrf7lkfd9d.eu-west-1.aws.endpoints.huggingface.cloud",
90
  task="text-generation",
91
  huggingfacehub_api_token=HF_token)
92
 
 
86
  # https://huggingface.co/blog/llama3#how-to-prompt-llama-3
87
 
88
  llm_qa = HuggingFaceEndpoint(
89
+ endpoint_url= "https://nhe9phsr2zhs0e36.eu-west-1.aws.endpoints.huggingface.cloud",
90
  task="text-generation",
91
  huggingfacehub_api_token=HF_token)
92