[新服务] chatgpt-feishu 飞书机器人

date
Mar 26, 2023
slug
newservice-chatgpt-feishu
status
Published
summary
新服务-docker-feishu chatgpt
tags
service
type
Post

Summary

 

git clone https://github.com/Leizhenpeng/feishu-chatgpt

docker-compose + nginx proxy manager 支持反代

version: '3.3'
services:
  feishu-chatgpt:
    container_name: feishu-chatgpt
    build:
      context: .
      dockerfile: Dockerfile
    #ports:
    #  - "9000:9000/tcp"
networks:
  default:
    name: npm_nginx_proxy_manager-network
    external: true

直接修改 vi code/config.example.yaml

notion image

验证

notion image

© Ying Bun 2021 - 2024