每次调用newbing-free都会报错,具体如下
Traceback (most recent call last):
File ".\request_llm\bridge_newbingfree.py", line 143, in run
asyncio.run(self.async_run())
File "C:\Users\Shawn\AppData\Local\Programs\Python\Python310\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Users\Shawn\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 646, in run_until_complete
return future.result()
File ".\request_llm\bridge_newbingfree.py", line 101, in async_run
async for final, response in self.newbing_model.ask_stream(
File ".\request_llm\edge_gpt_free.py", line 676, in ask_stream
async for response in self.chat_hub.ask_stream(
File ".\request_llm\edge_gpt_free.py", line 567, in ask_stream
raise Exception(
Exception: UnauthorizedRequest: Cannot retrieve user status.
Screen Shot | 有帮助的截图
Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)
Installation Method | 安装方法与平台
Pip Install (I used latest requirements.txt)
Version | 版本
Latest | 最新版
OS | 操作系统
Windows
Describe the bug | 简述
每次调用newbing-free都会报错,具体如下 Traceback (most recent call last): File ".\request_llm\bridge_newbingfree.py", line 143, in run asyncio.run(self.async_run()) File "C:\Users\Shawn\AppData\Local\Programs\Python\Python310\lib\asyncio\runners.py", line 44, in run return loop.run_until_complete(main) File "C:\Users\Shawn\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 646, in run_until_complete return future.result() File ".\request_llm\bridge_newbingfree.py", line 101, in async_run async for final, response in self.newbing_model.ask_stream( File ".\request_llm\edge_gpt_free.py", line 676, in ask_stream async for response in self.chat_hub.ask_stream( File ".\request_llm\edge_gpt_free.py", line 567, in ask_stream raise Exception( Exception: UnauthorizedRequest: Cannot retrieve user status.
Screen Shot | 有帮助的截图
Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)
No response