English / 简体中文
It is a Bedrock client forked from https://github.com/Yidadaa/ChatGPT-Next-Web/
And it was simplified to support AWS Bedrock only.
The project is still in rapid itelating, suggest to build it youself 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 install
to install all the dependences of the project - run
yarn app:dev
to start a desktop app in developer mode. or: runyarn dev
to start a local server and then access the app with browser.
After the client was launched, click the gear icon to config your AWS region and credentials. Then you are ready to go.