fix: clean extra file & fix agents use zhipu (#1079)

This commit is contained in:
magic.chen
2024-01-17 12:17:48 +08:00
committed by GitHub
parent 9bdb4f94b8
commit 674104eb7c
14 changed files with 78 additions and 109 deletions

0
tools/__init__.py Normal file
View File

View File

@@ -1,7 +0,0 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
if __name__ == "__main__":
raise Exception(
"The functionality of this script has been moved to the command line tool `dbgpt`. For details on usage, please execute the command `dbgpt --help`."
)

View File

@@ -1,7 +0,0 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
if __name__ == "__main__":
raise Exception(
"The functionality of this script has been moved to the command line tool `dbgpt`. For details on usage, please execute the command `dbgpt --help`."
)