-
Notifications
You must be signed in to change notification settings - Fork 281
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
Comments
将aircode后端服务修改为express,aircode数据库修改为sqlite3,改的东西还挺多的,而且国内已经全面墙了API |
有没有示例代码的啊?哈哈 |
刚更新的镜像: 执行以下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
No description provided.
The text was updated successfully, but these errors were encountered: