Rikka

Results 3 comments of Rikka

> > 早就解决了呀 @VectorZhao > > 我使用的时候,chatpdf功能会报错,正常聊天没问题 一样啊,用插件理解pdf就报错,聊天没问题

> 早就解决了呀 @VectorZhao 用插件理解pdf就报错,聊天没问题 ![image](https://github.com/binary-husky/gpt_academic/assets/128763841/b0a818aa-3e3d-4c0a-ba24-340d6b016a88)

> 早就解决了呀 @VectorZhao File ".\request_llms\bridge_chatgpt.py", line 117, in predict_no_ui_long_connection json_data = json.loads(chunk.lstrip('data:'))['choices'][0] json_data = json.loads(chunk.lstrip('data:'))['choices'][0] 修改为 # start json_data = json.loads(chunk.lstrip('data:')) if 'choices' not in json_data or not json_data['choices']: continue...