Sign inSign up

jonnyan404/chatgpt

By jonnyan404

Updated over 3 years ago

chatgpt的飞书版

Image
3

9.2K

jonnyan404/chatgpt repository overview

2023-03-08 12:28:57更新支持 3.5 版本的api

基于 https://github.com/WenHowe/feishu-chatgpt-express 打包而来.

简单教程

  • vim docker-compose.yml
# 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

图文教程

请参考 https://github.com/bestony/ChatGPT-Feishu

Tag summary

Content type

Image

Digest

sha256:b39acac96

Size

132.3 MB

Last updated

over 3 years ago

docker pull jonnyan404/chatgpt