mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-01 17:16:51 +00:00
fix: readme add demo video
This commit is contained in:
@@ -32,7 +32,9 @@ DB-GPT is an experimental open-source project that uses localized GPT large mode
|
|||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
Run on an RTX 4090 GPU.
|
Run on an RTX 4090 GPU.
|
||||||
https://github.com/csunny/DB-GPT/assets/17919400/654b5a49-5ea4-4c02-b5b2-72d089dcc1f0
|
<video id="video" controls="" preload="auto" poster="assets/exector_sql.png">
|
||||||
|
<source id="mp4" src="https://github.com/csunny/DB-GPT/assets/17919400/654b5a49-5ea4-4c02-b5b2-72d089dcc1f0" type="video/mp4">
|
||||||
|
</videos>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="./assets/auto_sql_en.gif" width="680px" />
|
<img src="./assets/auto_sql_en.gif" width="680px" />
|
||||||
@@ -236,3 +238,4 @@ The MIT License (MIT)
|
|||||||
We are working on building a community, if you have any ideas about building the community, feel free to contact us. [Discord](https://discord.gg/xfNDzZ9t)
|
We are working on building a community, if you have any ideas about building the community, feel free to contact us. [Discord](https://discord.gg/xfNDzZ9t)
|
||||||
|
|
||||||
[](https://star-history.com/#csunny/DB-GPT)
|
[](https://star-history.com/#csunny/DB-GPT)
|
||||||
|
|
||||||
|
14
README.zh.md
14
README.zh.md
@@ -53,24 +53,20 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目,使用本地
|
|||||||
## 效果演示
|
## 效果演示
|
||||||
|
|
||||||
示例通过 RTX 4090 GPU 演示
|
示例通过 RTX 4090 GPU 演示
|
||||||
<div width="680px">
|
<video id="video" controls="" preload="auto" poster="assets/exector_sql.png">
|
||||||
<video id="video" controls="" preload="none" poster="./assets/executor_sql.png">
|
<source id="mp4" src="https://github.com/csunny/DB-GPT/assets/17919400/654b5a49-5ea4-4c02-b5b2-72d089dcc1f0" type="video/mp4">
|
||||||
<source id="mp4" src="./assets/demo.mp4" type="video/mp4">
|
</videos>
|
||||||
</video>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
---------------
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="./assets/auto_sql.gif" width="680px" />
|
<img src="./assets/auto_sql.gif" width="680px" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---------------
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="./assets/chat_url_zh.gif" width="680px" />
|
<img src="./assets/chat_url_zh.gif" width="680px" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---------------
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="./assets/new_knownledge.gif" width="680px" />
|
<img src="./assets/new_knownledge.gif" width="680px" />
|
||||||
</p>
|
</p>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 146 KiB |
Reference in New Issue
Block a user