Skip to content

Commit

Permalink
patch #428
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacker committed Nov 12, 2023
1 parent e9da84e commit 21d2233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions memgpt/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def summarize_messages(
response = create(
model=model,
messages=message_sequence,
context_window=context_window,
)

printd(f"summarize_messages gpt reply: {response.choices[0]}")
Expand Down

0 comments on commit 21d2233

Please sign in to comment.