c# idchatcmpl-703KLgHRhNxOHQHPFdCr94UZfxMvDobjectchatcompletionchunkcreated1680247145modelgpt-35-turbo-0301choicesdeltacontent信息index0finish_reasonnull 操作json报错Accessed JArray values with invalid key
这个错误是因为你试图使用 "delta" 作为 JArray 的键值,但是 "delta" 不是一个有效的整数数组索引。可能是你的代码中有一个类型转换错误或者是你没有正确地解析 JSON 数据。建议检查你的代码并确保正确使用 JSON 数据的键值。

原文地址: http://www.cveoy.top/t/topic/698 著作权归作者所有。请勿转载和采集!