diff --git a/README.zh.md b/README.zh.md index 8262f3419..a66d95432 100644 --- a/README.zh.md +++ b/README.zh.md @@ -22,7 +22,7 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目,使用本地 ## 最新发布 -- [2023/06/01]🔥 在Vicuna-13B基础模型的基础上,通过插件实现任务链调用。例如单句创建数据库的实现.[演示](./assets/auto_plugin.gif) +- [2023/06/01]🔥 在Vicuna-13B基础模型的基础上,通过插件实现任务链调用。例如单句创建数据库的实现.[演示](./assets/dbgpt_bytebase_plugin.gif) - [2023/06/01]🔥 QLoRA guanaco(原驼)支持, 支持4090运行33B - [2023/05/28]🔥根据URL进行对话 [演示](./assets/chat_url_zh.gif) - [2023/05/21] SQL生成与自动执行. [演示](./assets/auto_sql.gif) diff --git a/assets/dbgpt_bytebase_plugin.gif b/assets/dbgpt_bytebase_plugin.gif new file mode 100644 index 000000000..975b242ec Binary files /dev/null and b/assets/dbgpt_bytebase_plugin.gif differ diff --git a/plugins/DB-GPT-Plugin-ByteBase.zip b/plugins/DB-GPT-Plugin-ByteBase.zip deleted file mode 100644 index c341b044b..000000000 Binary files a/plugins/DB-GPT-Plugin-ByteBase.zip and /dev/null differ