ppsingh commited on
Commit
9960224
1 Parent(s): 4950763

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -71,8 +71,7 @@ async def chat(query,history,sources,reports):
71
 
72
  # get prompt
73
 
74
- prompt = ChatPromptTemplate.from_template(llama_propmt)
75
- print(prompt)
76
 
77
  # get llm
78
  # llm_qa = HuggingFaceEndpoint(
 
71
 
72
  # get prompt
73
 
74
+ prompt = ChatPromptTemplate.from_template(answer_prompt_template)
 
75
 
76
  # get llm
77
  # llm_qa = HuggingFaceEndpoint(