mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-26 03:54:10 +00:00
fix: clean extra file & fix agents use zhipu (#1079)
This commit is contained in:
0
tools/__init__.py
Normal file
0
tools/__init__.py
Normal 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`."
|
||||
)
|
@@ -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`."
|
||||
)
|
Reference in New Issue
Block a user