juzeon / poe-openai-proxy

A wrapper that lets you use the reverse-engineered Python library poe-api library as if it was the OpenAI API for ChatGPT. You can connect your favorite OpenAI API based apps to this proxy and enjoy the ChatGPT API for free!
GNU General Public License v3.0
424 stars 98 forks source link

只有第一条对话可以用,第二次回复就报错 An exception of type RuntimeError occurred. Arguments: (‘Response timed out.’,) #60

Open GtxFury opened 1 year ago

GtxFury commented 1 year ago

An exception of type RuntimeError occurred. Arguments: (‘Response timed out.’,) 打开poe官网能看到请求的api消息正确的发送了过去,但是没有消息回复,我在poe官网复制了同样的信息,同样显示超时没有回复。疑似是因为在一条消息内发送了上下文对话记录导致的。