Mbonea commited on
Commit
d662165
·
1 Parent(s): d6ecd0d
Files changed (1) hide show
  1. App/Chat/utils/Summarize.py +1 -1
App/Chat/utils/Summarize.py CHANGED
@@ -102,5 +102,5 @@ async def Summarizer(essay):
102
  # Gather and execute the tasks concurrently
103
  responses = await asyncio.gather(*tasks)
104
  main = " ".join(responses)
105
- ans = await PalmTextModel(combine_prompt.format(text=main), candidates=1)
106
  return ans
 
102
  # Gather and execute the tasks concurrently
103
  responses = await asyncio.gather(*tasks)
104
  main = " ".join(responses)
105
+ ans = await PalmTextModel(combine_prompt.format(text=main))
106
  return ans