Closed shawn0wang closed 1 month ago
使用 api 时,在多次调用后出现 contenttype, * = response.headers.get("content-type").split(";") AttributeError: 'NoneType' object has no attribute 'split' 问题,这个怎么解决呢
有没有可能是由于api调用不稳定导致response中包含content为空?
是 api key 和 model type 对应不一致导致
使用 api 时,在多次调用后出现 contenttype, * = response.headers.get("content-type").split(";") AttributeError: 'NoneType' object has no attribute 'split' 问题,这个怎么解决呢