目前所有的Poe转OpenAI的项目用不了吗?

今天突然发现Poe的API调用不了了,一开始以为是key过期了,试了站里的三个大佬的项目,都是同一个报错:
fastapi_poe.client.BotError: {“allow_retry”: true, “text”: “Internal server error (error_id: )”}

项目1:

项目2:

项目3:

3 个赞

没用过Poe,不清楚,帮顶

1 个赞

帮顶

2 个赞

帮顶

1 个赞

应该是官方api挂了 早上起床发现也用不了了

3 个赞

~$ curl http://localhost:39527/v1/chat/completions
-H “Content-Type: application/json”
-H “Authorization: Bearer sk-pass”
-d ‘{
“model”: “gpt-4o”,
“messages”: [
{“role”: “system”, “content”: “You are a helpful assistant.”},
{“role”: “user”, “content”: “Hello!”}
],
“stream”: false
}’
Internal Server Error

试了一下我这也报错了

那看来大家都是这样

有一个闭源项目能用(要钱)
但是全部模型都是用 GPT-4 啊…

都一样,我反馈了n个渠道了

刚准备来玩就没了:sob:,蹲一个解决方案

那就没劲了,用gpt4根本不值得去开Poe,更别说还要交一笔中转费

好像是用不了了 :sweat_smile:

bangding

已经恢复了,就是poe官方的问题…

内部服务器错误。poe 收费好像也不便宜,目前用着shared.oaifree.com 挺香

是免费账号

恢复了

有没有部署到hf或者serv00的

From 快问快答 to 开发调优