ppsingh commited on
Commit
f6ae738
1 Parent(s): 1f0ecc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ async def chat(query,history,sources,reports):
73
 
74
  prompt = ChatPromptTemplate.from_template(answer_prompt_template)
75
 
76
- # get llm
77
  # llm_qa = HuggingFaceEndpoint(
78
  # endpoint_url= "https://mnczdhmrf7lkfd9d.eu-west-1.aws.endpoints.huggingface.cloud",
79
  # task="text-generation",
 
73
 
74
  prompt = ChatPromptTemplate.from_template(answer_prompt_template)
75
 
76
+ # get llm_qa
77
  # llm_qa = HuggingFaceEndpoint(
78
  # endpoint_url= "https://mnczdhmrf7lkfd9d.eu-west-1.aws.endpoints.huggingface.cloud",
79
  # task="text-generation",