Resolve mrege conflicts with updated processor conversation data model

This commit is contained in:
Saba
2021-11-28 16:22:52 -05:00
3 changed files with 55 additions and 21 deletions

View File

@@ -74,6 +74,8 @@ class ConversationProcessorConfig():
def __init__(self, processor_config: ProcessorConversationConfig, verbose: bool):
self.openai_api_key = processor_config.open_api_key
self.conversation_logfile = Path(processor_config.conversation_logfile)
self.chat_log = ''
self.meta_log = []
self.conversation_history = Path(processor_config.conversation_history)
self.verbose = verbose