Không có mô tả

wzg 7d7a1e1b7e .env 9 tháng trước cách đây
app 2e9d00bb85 first commit 9 tháng trước cách đây
client 2e9d00bb85 first commit 9 tháng trước cách đây
components 2e9d00bb85 first commit 9 tháng trước cách đây
hooks 2e9d00bb85 first commit 9 tháng trước cách đây
lib 2e9d00bb85 first commit 9 tháng trước cách đây
locales 2e9d00bb85 first commit 9 tháng trước cách đây
new-components 2e9d00bb85 first commit 9 tháng trước cách đây
pages 2e9d00bb85 first commit 9 tháng trước cách đây
public 2e9d00bb85 first commit 9 tháng trước cách đây
styles 2e9d00bb85 first commit 9 tháng trước cách đây
types 2e9d00bb85 first commit 9 tháng trước cách đây
utils 2e9d00bb85 first commit 9 tháng trước cách đây
.env 7d7a1e1b7e .env 9 tháng trước cách đây
.eslintignore 2e9d00bb85 first commit 9 tháng trước cách đây
.eslintrc.js 2e9d00bb85 first commit 9 tháng trước cách đây
.gitignore 2e9d00bb85 first commit 9 tháng trước cách đây
.eslintignore 2e9d00bb85 first commit 9 tháng trước cách đây
.prettierrc.js 2e9d00bb85 first commit 9 tháng trước cách đây
README.md 2e9d00bb85 first commit 9 tháng trước cách đây
genAntdCss.ts 2e9d00bb85 first commit 9 tháng trước cách đây
global.d.ts 2e9d00bb85 first commit 9 tháng trước cách đây
next-env.d.ts 2e9d00bb85 first commit 9 tháng trước cách đây
next.config.js 2e9d00bb85 first commit 9 tháng trước cách đây
nprogress.css 2e9d00bb85 first commit 9 tháng trước cách đây
package.json 2e9d00bb85 first commit 9 tháng trước cách đây
postcss.config.js 2e9d00bb85 first commit 9 tháng trước cách đây
tailwind.config.js 2e9d00bb85 first commit 9 tháng trước cách đây
tsconfig.json 2e9d00bb85 first commit 9 tháng trước cách đây

README.md

DB-GPT
DB-GPT-Web

DB-GPT Chat UI, LLM to Vision.

Release Notes Open Issues Discord


👋 Introduction

DB-GPT-Web is an Open source chat UI for DB-GPT. Also, it is a LLM to Vision solution.

DB-GPT-Web is an Open source Tailwind and Next.js based chat UI for AI and GPT projects. It beautify a lot of markdown labels, such as table, thead, th, td, code, h1, h2, ul, li, a, img. Also it define some custom labels to adapted to AI-specific scenarios. Such as plugin running, knowledge name, Chart view, and so on.

💪🏻 Getting Started

Prerequisites

  • Node.js >= 16
  • npm >= 8
  • yarn >= 1.22
  • Supported OSes: Linux, macOS and Windows

Installation

# Install dependencies
npm install
yarn install

Usage

cp .env.template .env

edit the API_BASE_URL to the real address

# development model
npm run dev
yarn dev

🚀 Use In DB-GPT

npm run compile
yarn compile

# copy compile file to DB-GPT static file dictory
cp -rf out/* ../dbgpt/app/static 

📚 Documentation

For full documentation, visit document.

Usage

gpt-vis for markdown support. ant-design for ui components. next.js for server side rendering. @antv/g2 for charts.

License

DB-GPT-Web is licensed under the MIT License.


Enjoy using DB-GPT-Web to build stunning UIs for your AI and GPT projects.

🌟 If you find it helpful, don't forget to give it a star on GitHub! Stars are like little virtual hugs that keep us going! We appreciate every single one we receive.

For any queries or issues, feel free to open an issue on the repository.

Happy coding! 😊

antdbgptweb installation

deploy in local environment: