yoheinakajima / babyagi

MIT License
19.9k stars 2.61k forks source link

bug: too much unnecessary task #219

Open vinliao opened 1 year ago

vinliao commented 1 year ago

Simple objective like "take text from japanese.txt, translate with gpt-3.5, write to translated.txt" had 8 tasks, could've been 3. Feels like the "task creator" prompt is forcing the GPT to create tasks even when it's unnecessary.

Taking it to the extreme, this is the result of Babyagi when told to "do nothing":

image

"Watch paint dry for 5 minutes." 😂

This seems to be one of the difference with AutoGPT: in the AutoGPT case, there's the "finish" command if there's no task, but Babyagi needs to finish all tasks before terminating, and not all tasks are aligned with achieving the goal.

francip commented 1 year ago

Yes, this is an issue we are working right now.