diff --git a/lang_agent/components/conv_store.py b/lang_agent/components/conv_store.py index 5b12dee..b28aa4d 100644 --- a/lang_agent/components/conv_store.py +++ b/lang_agent/components/conv_store.py @@ -99,5 +99,5 @@ class ConversationPrinter: else: self.id_dic[conv_id] += len(to_print_msg) -# CONV_STORE = ConversationStore() -CONV_STORE = ConversationPrinter() \ No newline at end of file +CONV_STORE = ConversationStore() +# CONV_STORE = ConversationPrinter() \ No newline at end of file