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 Dec 6, 2023
1 parent 69f49d0 commit 4aae923
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 @@ -7,6 +7,8 @@
from memgpt.utils import get_local_time, printd, count_tokens
from memgpt.prompts.gpt_summarize import SYSTEM as SUMMARY_PROMPT_SYSTEM
from memgpt.openai_tools import create
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 4aae923

Please sign in to comment.