Merge remote-tracking branch 'origin/dev' into oconfig_major

# Conflicts:
#	README.en.md
#	README.md
This commit is contained in:
yhjun1026
2023-05-18 16:48:48 +08:00
9 changed files with 476 additions and 379 deletions

View File

@@ -107,7 +107,7 @@ def gen_sqlgen_conversation(dbname):
schemas = mo.get_schema(dbname)
for s in schemas:
message += s["schema_info"] + ";"
return f"数据库{dbname}Schema信息如下: {message}\n"
return f"Database {dbname} Schema information as follows: {message}\n"
conv_one_shot = Conversation(
@@ -170,7 +170,7 @@ auto_dbgpt_one_shot = Conversation(
Schema:
数据库gpt-userSchema信息如下: users(city,create_time,email,last_login_time,phone,user_name);
Database gpt-user Schema information as follows: users(city,create_time,email,last_login_time,phone,user_name);
Commands: