兼容autogpt插件模式

This commit is contained in:
tuyang.yhj
2023-05-12 16:12:28 +08:00
30 changed files with 773 additions and 790 deletions

View File

@@ -16,6 +16,7 @@ class MySQLOperator:
self.conn = pymysql.connect(
host=host,
user=user,
port=port,
passwd=password,
charset="utf8mb4",
cursorclass=pymysql.cursors.DictCursor