OpenBMB / ChatDev

Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)
https://arxiv.org/abs/2307.07924
Apache License 2.0
25.65k stars 3.22k forks source link

AttributeError: 'NoneType' object has no attribute 'split' #448

Closed shawn0wang closed 1 month ago

shawn0wang commented 1 month ago

使用 api 时,在多次调用后出现 contenttype, * = response.headers.get("content-type").split(";") AttributeError: 'NoneType' object has no attribute 'split' 问题,这个怎么解决呢

moonlandar commented 1 month ago

有没有可能是由于api调用不稳定导致response中包含content为空?

shawn0wang commented 1 month ago

是 api key 和 model type 对应不一致导致