English / 简体中文
It is a Bedrock client forked from https://github.com/Yidadaa/ChatGPT-Next-Web/
And it was simplified to support AWS Bedrock only.
Use Cloudformation to deploy
Cloudformation template: https://raw.githubusercontent.com/AutoJunjie/BRClient/main/aws/cloudformation/BRClientWebDeploy.json
As the project is still in rapid itelating, we would like to suggest developers to build it their own version following the following steps:
- git clone current project:
git clone https://github.com/DamonDeng/BRClient.git - install yarn on your desktop
- go to the project folder
- run
yarn installto install all the dependences of the project - run
yarn app:devto start a desktop app in developer mode. or: runyarn devto start a local server and then access the app with browser. - Optional, if you want to run it as an app, run
yarn app:buildto build it, and the find the target file (we believe you can, :-)
if you want to build a new zip
- yarn export
- zip -r out.zip out/ -x "*/"
- upload .zip to s3 or github, then use it with your cloudformation
If you like this project, buy original author yidadaa a Coffee Buy Original Author a Coffee