fix runtime error

This commit is contained in:
Charles Packer
2023-10-24 00:49:48 -07:00
parent 093205f611
commit bec15cf517

View File

@@ -11,7 +11,7 @@ from colorama import Fore, Style
from typing import List, Type
import memgpt.utils as utils
import memgpt.interface
import memgpt.interface as interface
from memgpt.personas.personas import get_persona_text
from memgpt.humans.humans import get_human_text