https://github.com/black-fruit/opengpt-business
chatgpt商业应用!79E/ChatGpt-Web 的1.3.9最新!本人破解,无需授权!
https://github.com/black-fruit/opengpt-business
Last synced: 3 days ago
JSON representation
chatgpt商业应用!79E/ChatGpt-Web 的1.3.9最新!本人破解,无需授权!
- Host: GitHub
- URL: https://github.com/black-fruit/opengpt-business
- Owner: black-fruit
- License: apache-2.0
- Created: 2023-08-19T09:31:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-21T10:03:33.000Z (over 1 year ago)
- Last Synced: 2024-11-09T19:41:25.569Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 356 KB
- Stars: 40
- Watchers: 3
- Forks: 31
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - OpenGPT-Business - chatgpt商业应用!79E/ChatGpt-Web 的1.3.9最新!本人破解,无需授权! (Others)
README
# OpenGPT-Business
## About
Official Demo: [Click Here](https://www.aizj.top/)
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=`/`)
```bash
yarn install && yarn build
```## Backend
Edit `server/config/index.js`
Do this in terminal (dic=`/`)
```bash
cd server
pm2 start index.js --name chatweb --watch
```
## Web AccessSet site running dictionary to `dist` folder.
Add this to site config:
```yml
location / {
try_files $uri $uri/ @router;
index index.html;
}location @router {
rewrite ^.*$ /index.html last;
}
```Add `Reverse proxy`, set like this
```config
Access URl = /api
Proxy URl = http://127.0.0.1:3200/api
Catch = 1min
```