ading2210 / poe-api

[UNMAINTAINED] A reverse engineered Python API wrapper for Quora's Poe, which provides free access to ChatGPT, GPT-4, and Claude.
https://pypi.org/project/poe-api
GNU General Public License v3.0
2.5k stars 315 forks source link

使用接口调用GPT4,回复的是GPT3.5的结果,而且没有扣除GPT4的次数 #217

Closed 31702160136 closed 1 year ago

31702160136 commented 1 year ago

接口调用gpt4的结果,我们可以看到gpt4的次数并没有被扣除,而且回复的是gpt3.5的结果

image

在poe网页使用gpt4的结果,我们可以看到gpt4的次数已经被扣除,回复的结果也是正确的

image
akl7777777 commented 1 year ago

是的,逆向的就有这个问题,poe做了手脚,也不报错,就给你返回假数据

31702160136 commented 1 year ago

是的,逆向的就有这个问题,poe做了手脚,也不报错,就给你返回假数据

有办法可以解决吗

ading2210 commented 1 year ago

Duplicate of #205.