Merge pull request #105 from cpacker/hotfix

fix runtime error
This commit is contained in:
Charles Packer
2023-10-24 00:54:16 -07:00
committed by GitHub

View File

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