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

好像隔了几小时没有使用,再次使用时,问前几次都不会回复,是什么原因 @juzeon

langchain支持openai官方api的调用,但不支持本项目的api,不能执行使用工具的任务,猜测是某些消息参数的问题。大佬如果有时间,麻烦看看。

目前支持一分钟内一个token的频率限制和一个token在几秒内只能用一次,能否将上面的所有数值都能开放设定?比如可以自己设定十分钟内一个token只能用30次 下面是已有的可设定参数 # Rate limit. Default to 10 api calls per token in 1 minute rate-limit = 10 # Cool down of seconds. One same token cannot be used more...

我看到初始化时请求了Python服务的/add_token路由,根据token列表与poe.com建立同样数量的ws连接,这样不怕被poe风控吗?

代码地址:https://github.com/lwydyby/poe-api 是不是可以整合下,proxy部署就不会这么麻烦了~

enhancement

Hi! I'm testing to work with the stream: true parameter and sometimes characters become issues. What encoding is returned with stream enabled and what could be causing this error? ![Screenshot...

I have port 5000 reserved, how should i change the port for external api?

go端是60,py端默认是20,这两个值都太小了,对于写论文的任务根本不够,设为200可能都不一定够,要测试一个最长token的回答的耗时,并预留一点网络传输的delay

vim config.toml doesn't seem to be a valid command in powershell, command prompt, or python. I tried installing Vim but I couldn't figure out how to use it. How do...

Hey I like this project and It's exactly what i was searcing. Recentlly an other project base on Poe-api created a class that auto creates poe accounts https://github.com/daijro/SearchifyX/blob/main/flashcardgpt.py And I...

enhancement
help wanted