samim2024 commited on
Commit
a84f2ce
·
verified ·
1 Parent(s): a07b84e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ def getLLMResponse(query,age_option,tasktype_option):
131
  )
132
 
133
 
134
- print(new_prompt_template.format(template_userInput=query,template_ageoption=age_option,template_tasktype_option=tasktype_option))
135
 
136
  #Recently langchain has recommended to use invoke function for the below please :)
137
  response=llm.invoke(new_prompt_template.format(template_userInput=query,template_ageoption=age_option,template_tasktype_option=tasktype_option))
 
131
  )
132
 
133
 
134
+ #print(new_prompt_template.format(template_userInput=query,template_ageoption=age_option,template_tasktype_option=tasktype_option))
135
 
136
  #Recently langchain has recommended to use invoke function for the below please :)
137
  response=llm.invoke(new_prompt_template.format(template_userInput=query,template_ageoption=age_option,template_tasktype_option=tasktype_option))