ITADN

Fix: Add checks for undefined properties in streamGPTReply function

#17Pull RequestRhoninSeiei 创建于 2024-10-11已合并
R
RhoninSeieicommented
尝试解决了在 `streamGPTReply` 函数中由于未正确检查 `chunk.choices[0].delta` 是否为 `undefined` 而导致的错误: "Error: Cannot read properties of undefined (reading 'delta')" 添加了对 `chunk.choices`、`chunk.choices[0]` 和 `choice.delta` 的存在性检查,确保在访问属性之前验证对象是否存在。 该修复可以防止在处理 OpenAI 流式响应时出现未捕获的异常。 Fixes #16
合并状态:已合并 合并于 2024-10-15 关闭于 2024-10-15 0 条评论