XiaoXinYo / Chat-WebAPI

一款基于Python-FastAPI框架,开发的多种Chat WebAPI程序.
MIT License
57 stars 15 forks source link

[Bug]: KeyError: 'messages' #5

Open fat-ugly-man opened 1 year ago

fat-ugly-man commented 1 year ago

在提交前请确保以下这些

操作系统

Linux

Python版本

3.10.9

问题

请求 new bing , 服务端有时候报错: response["item"]["messages"][-1]["contentOrigin"] == "Apology"


KeyError: 'messages'

### 触发

正常请求ask 接口的时候

### 报错

_No response_

### 其他

_No response_
XiaoXinYo commented 1 year ago

每次请求会报错吗?方便把报错信息完整复制下来吗?

XiaoXinYo commented 1 year ago

acheong08/EdgeGPT#374