poe-openai-proxy icon indicating copy to clipboard operation
poe-openai-proxy copied to clipboard

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 t...

Results 31 poe-openai-proxy issues
Sort by recently updated
recently updated
newest added

INFO: registering client: failed: Failed to download https://poe.com/api/gql_POST too many times. [GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached. 是什么问题呢

Hi @juzeon, I hope this message finds you well. I'm writing this issue to share a suggestion that could potentially enhance the performance and robustness of the Poe-OpenAI-Proxy project. Currently,...

enhancement

ERROR: websocket: RSV1 set, FIN not set on control 使用一段时间就报这个错误,有什么解决办法呢 谢谢

目前只是在添加token的时候会统一检测一遍token的可用性,但是实际在调用的时候也有可能频繁的触发问题。如果能在请求的时候发现返回的是“ERROR: websocket: RSV1 set, FIN not set on control”或者“Daily usage limit: Beaver .....”, 就自动删除此token并同时重新调用一次,这样能提高至少80%的稳定性。目前使用体验不好的原因主要是有时候一个message要请求四五回才成功,主要是我前面写的那两个错误。

enhancement

小白一个,在gpt的帮助下磕磕绊绊终于搭建完成了。可是搭建完成了不会用,也太难受了OVO ! 请大佬或者小佬不吝赐教一番??!! 感谢~

When using the stream=true parameter, the structure response format is incorrect compared to when stream=false. Some apps give error ## Steps to reproduce 1. Send request with stream=false ``` --data-raw...

poe-api那边好像更新了,大佬看看是不是修复了什么 @juzeon

比如ChatGPT Next Web,怎么解决呢,还有就是如何加入key功能 @juzeon

![Screenshot_20230623-160655_Kiwi_Browser_1_1](https://github.com/juzeon/poe-openai-proxy/assets/88095693/3648aa88-232e-4c7f-985b-83d5ee9c0a23) 前几天用的好好的,突然不能用了,登录发现被ban了。 我又注册了一个新号,使用这个项目,一次也没请求成功又被ban了。 猜测可能的原因: 1.我自己ip问题 2.浏览器UA被针对 ``` "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 " "Safari/537.36", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8," "application/signed-exchange;v=b3;q=0.7", "Accept-Encoding": "gzip, deflate, br", "Accept-Language": "zh-CN,zh-TW;q=0.9,zh;q=0.8,en-US;q=0.7,en;q=0.6",...