deleted create task and exceut tasks by accident

pull/160/head
Kye 2 years ago
parent 107dde8b55
commit 2cbad5fe32

@ -20,3 +20,8 @@ class BossNode:
print(f"Validation Error while initializing BabyAGI: {e}") print(f"Validation Error while initializing BabyAGI: {e}")
except Exception as e: except Exception as e:
print(f"Unexpected Error while initializing BabyAGI: {e}") print(f"Unexpected Error while initializing BabyAGI: {e}")
def create_task(self, objective):
return {"objective": objective}
def execute_task(self, task):
self.baby_agi(task)
Loading…
Cancel
Save