Recursive Summary Info #519
Answered
by
cpacker
raunakdoesdev
asked this question in
Q&A
-
Hello! We are trying to replicate some of the results from your paper. I noticed you mention a recursive summary. Can you please provide information as to how this recursive summary was generated? What prompt was used, what model, etc. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
cpacker
Nov 28, 2023
Replies: 1 comment
-
Prompt is here: https://github.com/cpacker/MemGPT/blob/main/memgpt/prompts/gpt_summarize.py For the paper results I believe we used |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cpacker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prompt is here: https://github.com/cpacker/MemGPT/blob/main/memgpt/prompts/gpt_summarize.py
For the paper results I believe we used
gpt-4
throughout including for the summarizer.