Spaces:
Sleeping
Sleeping
Removed summarisation temporarily
Browse files
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
|
|
|
126 |
|
127 |
|
128 |
output = swot_bot.query(system_prompt + user_response)
|
129 |
+
# output2 = swot_bot.query(summarization_prompt + output)
|
130 |
+
return {"soca_ouput": output}
|