Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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))
|