AmalZubidat / OpenGPT-Business

chatgpt商业应用!79E/ChatGpt-Web 的1.3.9最新!本人破解,无需授权!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenGPT-Business

About

Official Demo: Click Here

https://github.com/79E/ChatGpt-Web ' front+backend code

商业版GPT源码, Business GPT src

Full open source, can be secondary development

Install

Frontend

Do this in terminal (dic=/<site>)

yarn install && yarn build

Backend

Edit server/config/index.js

Do this in terminal (dic=/<site>)

cd server
pm2 start index.js --name chatweb --watch

Web Access

Set site running dictionary to dist folder.

Add this to site config:

location / {
  try_files $uri $uri/ @router;
  index index.html;
}

location @router {
  rewrite ^.*$ /index.html last;
}

Add Reverse proxy, set like this

Access URl = /api
Proxy URl = http://127.0.0.1:3200/api
Catch = 1min

About

chatgpt商业应用!79E/ChatGpt-Web 的1.3.9最新!本人破解,无需授权!

License:Apache License 2.0


Languages

Language:TypeScript 44.6%Language:JavaScript 41.9%Language:PLpgSQL 6.9%Language:Less 6.6%Language:HTML 0.0%Language:Shell 0.0%