binary-husky / gpt_academic

为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
https://github.com/binary-husky/gpt_academic/wiki/online
GNU General Public License v3.0
65.47k stars 8.05k forks source link

[Bug]: newbing free使用报错 #862

Closed mhpn closed 10 months ago

mhpn commented 1 year ago

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

Sakura4036 commented 1 year ago

Installation Method | 安装方法与平台 Pip Install (I used latest requirements.txt)

Version | 版本 Latest | 最新版

OS | 操作系统 Windows

Screen Shot | 有帮助的截图 image