diff --git a/README.md b/README.md
index 87ab44781..3a1bf219c 100644
--- a/README.md
+++ b/README.md
@@ -240,18 +240,6 @@ This project is standing on the shoulders of giants and is not going to work wit
- Please run `black .` before submitting the code.
-
-
-## Contributors
-
-|[
csunny](https://github.com/csunny)
|[
xudafeng](https://github.com/xudafeng)
|[
明天](https://github.com/yhjun1026)
| [
Aries-ckt](https://github.com/Aries-ckt)
|[
thebigbone](https://github.com/thebigbone)
|[
Shinexy](https://github.com/xuyuan23)
|
-| :---: | :---: | :---: | :---: |:---: |:---: |
-
-
-This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Fri May 19 2023 00:24:18 GMT+0800`.
-
-
-
## Licence
The MIT License (MIT)
diff --git a/README.zh.md b/README.zh.md
index 06260c9b1..9f68bdbf5 100644
--- a/README.zh.md
+++ b/README.zh.md
@@ -245,18 +245,6 @@ Run the Python interpreter and type the commands:
- 提交代码前请先执行 `black .`
-
-
-## 贡献者
-
-|[
csunny](https://github.com/csunny)
|[
xudafeng](https://github.com/xudafeng)
|[
明天](https://github.com/yhjun1026)
| [
Aries-ckt](https://github.com/Aries-ckt)
|[
thebigbone](https://github.com/thebigbone)
|[
Shinexy](https://github.com/xuyuan23)
|
-| :---: | :---: | :---: | :---: |:---: |:---: |
-
-
-[git-contributor 说明](https://github.com/xudafeng/git-contributor),自动生成时间:`Fri May 19 2023 00:24:18 GMT+0800`。
-
-
-
这是一个用于数据库的复杂且创新的工具, 我们的项目也在紧急的开发当中, 会陆续发布一些新的feature。如在使用当中有任何具体问题, 优先在项目下提issue, 如有需要, 请联系如下微信,我会尽力提供帮助,同时也非常欢迎大家参与到项目建设中。
diff --git a/pilot/server/webserver.py b/pilot/server/webserver.py index b5df56ca5..9b892595a 100644 --- a/pilot/server/webserver.py +++ b/pilot/server/webserver.py @@ -10,11 +10,11 @@ import uuid import gradio as gr -from pilot.summary.db_summary_client import DBSummaryClient ROOT_PATH = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) sys.path.append(ROOT_PATH) +from pilot.summary.db_summary_client import DBSummaryClient from pilot.commands.command_mange import CommandRegistry from pilot.scene.base_chat import BaseChat