Skip to content

Commit

Permalink
fix: remove debugging code. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
chenweize1998 committed Oct 31, 2023
1 parent 8ad97cb commit 067aae4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions agentverse/memory/chat_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ async def to_messages(
prompt, messages, max_send_token, model
)
if trimmed_history:
import pdb

pdb.set_trace()
new_summary_msg, _ = await self.trim_messages(
list(prompt), model, messages
)
Expand Down

0 comments on commit 067aae4

Please sign in to comment.