Skip to content

Commit

Permalink
rm sleep
Browse files Browse the repository at this point in the history
FayazRahman committed Jul 16, 2023
1 parent c3721fb commit 94e94e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion loopgpt/summarizer.py
Original file line number Diff line number Diff line change
@@ -72,7 +72,6 @@ def summarize(self, text: str, query: str):
summary = self.summarize_chunk(chunk, query)
else:
summary = self.qa_chunk(chunk, query)
time.sleep(2)
if summary:
summaries.append(summary)
self.agent.memory.add(summary)

0 comments on commit 94e94e5

Please sign in to comment.