创巨圆智能体-基于DB-GPT7.1版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
masong 85f698abb9 初始化 5 months ago
..
app 初始化 5 months ago
client/api 初始化 5 months ago
components 初始化 5 months ago
hooks 初始化 5 months ago
lib 初始化 5 months ago
locales 初始化 5 months ago
new-components 初始化 5 months ago
pages 初始化 5 months ago
public 初始化 5 months ago
styles 初始化 5 months ago
types 初始化 5 months ago
utils 初始化 5 months ago
.eslintignore 初始化 5 months ago
.eslintrc.js 初始化 5 months ago
.prettierignore 初始化 5 months ago
.prettierrc.js 初始化 5 months ago
README.md 初始化 5 months ago
genAntdCss.ts 初始化 5 months ago
global.d.ts 初始化 5 months ago
next.config.js 初始化 5 months ago
nprogress.css 初始化 5 months ago
package-lock.json 初始化 5 months ago
package.json 初始化 5 months ago
postcss.config.js 初始化 5 months ago
tailwind.config.js 初始化 5 months ago
tsconfig.json 初始化 5 months ago

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

Using Yarn is recommended for dependency management.

# 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

bash ../scripts/build_web_static.sh

📚 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: