[BUG] 简洁阐述问题 / 问题1:IndexError: list index out of range 原因是代码尝试访问 d.choices[0].delta.content 时,choices 列表为空,导致索引超出范围。可能是 API 返回的 d 对象不符合预期结构。 问题2:AttributeError: 'IndexError' object has no attribute 'body' 在异常处理中,代码尝试访问 IndexError 异常的 body 属性,但 IndexError 对象没有这个属性,因此触发了二次异常。 #5185
Labels
bug
Something isn't working
问题描述 / Problem Description
多功能对话,报错
The text was updated successfully, but these errors were encountered: