
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
English / 简体中文
A commercially-viable ChatGpt web application built with React.
可部署商业化的 ChatGpt 网页应用。
Issues / Buy Me a Coffee / 赞助我
演示地址:https://www.aizj.top
后台地址:https://www.aizj.top/admin
管理账号:admin@c.om
管理密码:admin123
If you need help, please submit Issues Or leave contact information when appreciating.


Node
Node requires version ^ 16 | | ^ 18 | | ^ 19 (node >= 16.19.0), and NVM can be used to manage multiple local node versions.
# View node version
node -v
# View npm version
npm -v
# View yarn version
yarn -v
1.First Fork this project, then clone it locally.
git clone https://github.com/79E/ChatGpt-Web.git
2.Installation dependencies
yarn install
3.Run
# run web
yarn dev:web
4.Build
yarn build
If it is a front-end and back-end separation mode deployment project, the following configuration needs to be filled in
VITE_APP_REQUEST_HOSTRequest the Host address of the server.
It is strongly not recommended to develop or deploy locally. Due to technical reasons, it is difficult to configure OpenAI API proxies locally, unless you can guarantee direct connection to the OpenAI server.
Nodejs and Yarnyarn installyarn dev:webyarn devyarn buildSimply upload the packaged
distdirectory of theWEBproject to the server. Pay attention to the server IP address location!
If you host it on your own Vercel server, you can click the deploy button to start your deployment!
If you need help, please submit Issues Or leave contact information when appreciating.
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.