深夜糊了一个 Poe-to-OpenAI-API 的 Docker 镜像

一键启动,佬友们不用到处 cv 源码,小白哥也不用安装环境了~ :grin: :grin:

version: '3.8'

services:
  poeapi:
    image: durianice/poeapi:latest
    container_name: poeapi
    restart: unless-stopped
    ports:
      - '10086:10086'
    environment:
      - BOT=GPT-4o # 默认模型(Poe APP 机器人名称)
      - BASE=https://api.poe.com/bot/ 

使用:

curl --location 'http://127.0.0.1:10086/v1/chat/completions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{Poe Api Key}}' \
--data '{
     "model": "ChatGPT",
     "messages": [{"role": "user", "content": "Who is there?"}],
     "stream": true
   }'

感谢巨人,大佬们牛逼 @0v0 @affedawe

35 Likes

感谢分享

2 Likes

感谢分享!!

2 Likes

感谢大佬分享

1 Like

太强了佬

1 Like

感谢分享 又学到了

支持 :innocent: :innocent: 这下依赖都不用装了

大佬是否考虑出个构建并发布docker镜像的教程

1 Like

感谢大佬的分享

哈哈哈 这个gpt比我懂

好像 Web-Search 这个机器人会出错 是么

我测试了一下,提示 Bot does not exist。

个人推测:只能调用可以作为 Base bots 的那一批纯大语言模型

怎么用?找不到image

检查一下是不是文件格式不对

感谢大佬的投喂~

后面接one-api好像不支持流式, 但是非流式正常工作

one-api 在用 正常的哦

image
我在one-api后面用nextchat作前端, 回复是空白的
image
one-api的补全也是空的

one-api好像是不兼容…记错了 不好意思 哈哈哈哈 我好像直连的

有时间的话,求大佬支持个 one-api