ppsingh commited on
Commit
9880ca7
1 Parent(s): b2a8597

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ async def chat(query,history,sources,reports):
72
 
73
  # get prompt
74
 
75
- prompt = ChatPromptTemplate.from_template(llama3_prompt_template.format(system_propmt=system_propmt,user_propmt=user_propmt))
76
 
77
  # get llm
78
  llm_qa = HuggingFaceEndpoint(
 
72
 
73
  # get prompt
74
 
75
+ prompt = ChatPromptTemplate.from_template(llama3_prompt_template.format(system_prompt=system_propmt,user_prompt=user_propmt))
76
 
77
  # get llm
78
  llm_qa = HuggingFaceEndpoint(