Skip to content

Commit

Permalink
显示更详细的报错
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky committed Jul 5, 2023
1 parent 57643dd commit 9f8e7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request_llm/bridge_newbingfree.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def run(self):
asyncio.run(self.async_run())
except Exception:
tb_str = '\n```\n' + trimmed_format_exc() + '\n```\n'
self.child.send(f'[Local Message] Newbing失败 {tb_str}.')
self.child.send(f'[Local Message] Newbing 请求失败,报错信息如下. 如果是与网络相关的问题,建议更换代理协议(推荐http)或代理节点 {tb_str}.')
self.child.send('[Fail]')
self.child.send('[Finish]')

Expand Down

0 comments on commit 9f8e7a6

Please sign in to comment.