oliveirabruno01/babyagi-asi

slice indices must be integers or None or have an __index__ method

Opened this issue · 1 comments

Getting this error here

babyagi.py
one_shot_example_names = completion[:consts.N_SHOT] if len(completion) > 0 else None

could you share the commit hash you were using?