Former-commit-id: c19643ce40
pull/47/head
Kye 1 year ago
parent f963e49777
commit 86effef87d

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

Loading…
Cancel
Save