2023-03-08 12:28:57更新支持 3.5 版本的api
基于 https://github.com/WenHowe/feishu-chatgpt-express 打包而来.
# Author: jonnyan404
# update: 2023-02-17 20:36:18
version: '3.0'
services:
chatgpt:
container_name: chatgpt
ports:
- '9000:9000'
environment:
- APPID=cli_xxxxx #应用ID
- SECRET=Mxxxxxxxxxx #应用secret
- BOTNAME=chatgpt #机器人名字,必须英文
- KEY=sk-xxxxxx #openai的key
#restart: always
image: jonnyan404/chatgpt
启动: docker-compose up -d
Content type
Image
Digest
sha256:b39acac96…
Size
132.3 MB
Last updated
over 3 years ago
docker pull jonnyan404/chatgpt