non-iterable

MemGPT中_generate_reply_for_user_message报错TypeError: cannot unpack non-iterable coroutine object

memgpt/autogen/memgpt_agent.py", line 230, in _generate_reply_for_user_message (TypeError: cannot unpack non-iterable coroutine object 解决 将memgpt/auto ......

TypeError: iter() returned non-iterator of type 'MyIterable'

1 class MyIterable: 2 def __init__(self): 3 self.data = [1, 2, 3] 4 5 def __getitem__(self, index): 6 return self.data[index] 7 8 def __iter__(self): ......
共2篇  :1/1页 首页上一页1下一页尾页