Skip to content

Commit

Permalink
Update memory_item.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkatTeja committed Jul 1, 2023
1 parent 82c966d commit 8d9438c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autogpt/memory/vector/memory_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def from_text(
if len(chunks) == 1
else summarize_text(
"\n\n".join(chunk_summaries),
config,
instruction=how_to_summarize,
question=question_for_summary,
)[0]
Expand Down

0 comments on commit 8d9438c

Please sign in to comment.