Skip to content

Commit

Permalink
don't insert request heartbeat into pause heartbeat (letta-ai#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacker authored and norton120 committed Feb 15, 2024
1 parent 80d0cd5 commit d47783f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memgpt/local_llm/function_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import json


NO_HEARTBEAT_FUNCS = ["send_message"]
NO_HEARTBEAT_FUNCS = ["send_message", "pause_heartbeats"]


def insert_heartbeat(message):
Expand Down

0 comments on commit d47783f

Please sign in to comment.