have-not-BUG / chatgpt-mirror-server-deploy

chatgpt-mirror-server快速部署库文件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT-Mirror-Server-Deploy

ChatGPT 镜像服务快速部署脚本库

免费接口有频率限制,介意的请绕行

前置条件

  • 一台至少 2 核 2G 内存的服务器,推荐使用香港、新加坡、日本地区的服务器,可以兼顾国内访问。
  • 安装了 docker 和 docker-compose
  • 安装了 git
  • 有官网直登账号(不支持谷歌、微软、苹果等第三方登陆账号)

安装视频教程

https://www.bilibili.com/video/BV1yu411s7kp/

自动部署

在服务器上执行以下命令即可

curl -sSfL https://raw.githubusercontent.com/xyhelper/chatgpt-mirror-server-deploy/master/quick-install.sh | bash

手动部署

  1. 克隆本仓库到服务器上
git clone --depth=1 https://github.com/xyhelper/chatgpt-mirror-server-deploy.git chatgpt-mirror
  1. 进入目录
cd chatgpt-mirror
  1. 启动服务
./deploy.sh

使用方法

访问服务器的 8200 端口即可使用

管理后台地址为 http://服务器 ip:8200/xyhelper/

默认用户名密码为 admin/123456

界面演示

用户界面

用户界面

管理界面

管理界面

管理界面

加入交流群

微信

About

chatgpt-mirror-server快速部署库文件


Languages

Language:Shell 100.0%