oliveirabruno01 / babyagi-asi

BabyAGI: an Autonomous and Self-Improving agent, or BASI
MIT License
769 stars 93 forks source link

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

Open hunterperatt opened 1 year ago

hunterperatt commented 1 year ago

Getting this error here

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

oliveirabruno01 commented 1 year ago

could you share the commit hash you were using?