From bec15cf517e8905fae3a3c01a7b062ca092e3782 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Tue, 24 Oct 2023 00:49:48 -0700 Subject: [PATCH] fix runtime error --- memgpt/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memgpt/config.py b/memgpt/config.py index 67c15bb6..72879cc4 100644 --- a/memgpt/config.py +++ b/memgpt/config.py @@ -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