DB-GPT Chat UI, LLM to Vision.
_ --- ## 👋 Introduction ***DB-GPT-Web*** is an **Open source chat UI** for [**DB-GPT**](https://github.com/eosphoros-ai/DB-GPT). Also, it is a **LLM to Vision** solution. [DB-GPT-Web](https://dbgpt.site) 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](https://nodejs.org/) >= 16 - [npm](https://npmjs.com/) >= 8 - [yarn](https://yarnpkg.com/) >= 1.22 - Supported OSes: Linux, macOS and Windows ### Installation ```sh # Install dependencies npm install yarn install ``` ### Usage ```sh cp .env.template .env ``` edit the `API_BASE_URL` to the real address ```sh # development model npm run dev yarn dev ``` ## 🚀 Use In DB-GPT ```sh 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](https://docs.dbgpt.site/). ## Usage [gpt-vis](https://github.com/eosphoros-ai/DB-GPT/gpt-vis) for markdown support. [ant-design](https://github.com/ant-design/ant-design) for ui components. [next.js](https://github.com/vercel/next.js) for server side rendering. [@antv/g2](https://github.com/antvis/g2#readme) for charts. ## License DB-GPT-Web is licensed under the [MIT License](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](https://github.com/eosphoros-ai/DB-GPT-Web/issues) on the repository. Happy coding! 😊 ## antdbgptweb installation ### deploy in local environment: