bestony / ChatGPT-Feishu

给飞书准备的 ChatGPT 机器人
GNU General Public License v3.0
1.12k stars 281 forks source link

> > 如果是aircode的问题, #47

Closed rrain7 closed 1 year ago

rrain7 commented 1 year ago
          > > 如果是aircode的问题,

建议出个本地部署版, 服务器大家应该都有很多的.

群内 Pin 了一个本地部署的版本,可以看看

基于群内pin版本,打包了个docker,填下自己的参数就搞定了. 目前可以确定是aircode的服务不行了,自建的话,分分钟响应.

version: '3.0'
services:
    chatgpt:
        container_name: chatgpt
        ports:
            - '9000:9000'
        environment:
            - APPID=cli_xxxxxx
            - SECRET=MuOOF7xxxxxxx
            - BOTNAME=chatgpt
            - KEY=sk-xxxxxx
        #restart: always
        image: jonnyan404/chatgpt

Originally posted by @Jonnyan404 in https://github.com/bestony/ChatGPT-Feishu/issues/42#issuecomment-1434523899