pull/30/head
Kye 2 years ago
parent 67e5fd0e96
commit c19643ce40

@ -149,6 +149,7 @@ class WorkerNode:
logging.error(f"Failed to initialize language model: {e}") logging.error(f"Failed to initialize language model: {e}")
raise raise
def initialize_tools(self, llm_class): def initialize_tools(self, llm_class):
if not llm_class: if not llm_class:
logging.error("llm_class not cannot be none") logging.error("llm_class not cannot be none")

Loading…
Cancel
Save