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

I think need to wait until this [issue](https://github.com/ading2210/poe-api/issues/218) is fixed.

I follow the config with tokens:A list of poe tokens. You can get them from the cookies on poe.com, they look like this: p-b=fdasac5a1dfa6%3D%3D but got key error issue. key...

我已经试了几个token还是显示error tokens怀疑他们加了cf

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

运行docker logs poe-openai-proxy-master-api-1,发现如下: INFO: registering client: 1WS1mKqYXbrqmbGC0TxdtQ%3D%3D ERROR: registering client error: Post "http://external:5100/add_token": dial tcp 172.29.0.2:5100: connect: connection refused http://external:5100/add_token这里把external改成ip地址也还是不行。

你好,我已经成功搭建了环境,但是不知道怎么在其他网站中调用这个api,比如在这个项目中[https://github.com/Yidadaa/ChatGPT-Next-Web/tree/main]应该填写[http://localhost:3700]还是[http://localhost:3700/v1/models]还是其他的呢,我比较新手,不知道怎么搭建,我请教一下你)

[poe-openai-proxy-external-1]容器日志 Traceback (most recent call last): File "/app/api.py", line 30, in config = toml.load(config_path) File "/usr/local/lib/python3.9/site-packages/toml/decoder.py", line 133, in load with io.open(_getpath(f), encoding='utf-8') as ffile: IsADirectoryError: [Errno 21] Is a...

![_-1900912954_Cache_-35a0f49b2c4526bd_1690219171000_wifi_0](https://github.com/juzeon/poe-openai-proxy/assets/133727875/efa16cc7-30f9-471e-91a6-516816c01ee8)

![333916246a92f5bf6c810ded34ce6ff](https://github.com/juzeon/poe-openai-proxy/assets/137054651/fa57ed0e-4ab0-4d7a-8b75-2b66257ade8a) ![79d4c89efed5c80f83f3034abf8a866](https://github.com/juzeon/poe-openai-proxy/assets/137054651/559dacb1-8050-46d6-926d-d3c3e2527585) ![81afe9f8dfc8b16b30fac9a68baeba0](https://github.com/juzeon/poe-openai-proxy/assets/137054651/b65c9fb6-eb3b-4d9f-994c-2559e8cd3a80) 本地部署后就这样 不知道为啥 请教一下