[dev] modify base memory chat

This commit is contained in:
jinli.yl 2024-06-24 16:36:59 +08:00
parent 0e4310b569
commit 610e8f0b85

View file

@ -15,8 +15,5 @@ class BaseMemoryChat(metaclass=ABCMeta):
:return:
"""
@abstractmethod
def run(self):
"""
:return:
"""
pass