shreyanshknayak commited on
Commit
0a14837
·
verified ·
1 Parent(s): a2ab209

Removed summarisation temporarily

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -126,5 +126,5 @@ async def get_analysis(user_prompt: UserPromptInput):
126
 
127
 
128
  output = swot_bot.query(system_prompt + user_response)
129
- output2 = swot_bot.query(summarization_prompt + output)
130
- return {"soca_ouput": output, "summarized_output":output2}
 
126
 
127
 
128
  output = swot_bot.query(system_prompt + user_response)
129
+ # output2 = swot_bot.query(summarization_prompt + output)
130
+ return {"soca_ouput": output}