Skip to content

Commit

Permalink
fix runtime error (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacker authored and sarahwooders committed Dec 26, 2023
1 parent 55223ea commit 99ee641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions memgpt/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
from memgpt.prompts.gpt_summarize import SYSTEM as SUMMARY_PROMPT_SYSTEM
from memgpt.openai_tools import create
from memgpt.data_types import Message, Passage
from memgpt.config import MemGPTConfig
from memgpt.embeddings import embedding_model
from llama_index import Document
from llama_index.node_parser import SimpleNodeParser
from llama_index.node_parser import SimpleNodeParser
Expand Down

0 comments on commit 99ee641

Please sign in to comment.