Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

event.js文件不用aircode,怎么迁移到自己的服务器 #58

Open
w245607930 opened this issue Mar 7, 2023 · 4 comments
Open

Comments

@w245607930
Copy link

No description provided.

@WhyMeta
Copy link

WhyMeta commented Mar 7, 2023

将aircode后端服务修改为express,aircode数据库修改为sqlite3,改的东西还挺多的,而且国内已经全面墙了API

@w245607930
Copy link
Author

将aircode后端服务修改为express,aircode数据库修改为sqlite3,改的东西还挺多的,而且国内已经全面墙了API

有没有示例代码的啊?哈哈

@WhyMeta
Copy link

WhyMeta commented Mar 7, 2023

刚刚弄好:feishu-chatgpt-express

@Jonnyan404
Copy link

刚刚弄好:feishu-chatgpt-express

刚更新的镜像: 执行以下docker-compose.yml

# Author: jonnyan404
# update: 2023-03-08 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants