mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-16 06:30:02 +00:00
feature:db_summary
This commit is contained in:
@@ -106,7 +106,7 @@ class Conversation:
|
||||
|
||||
|
||||
conv_default = Conversation(
|
||||
system = None,
|
||||
system=None,
|
||||
roles=("human", "ai"),
|
||||
messages=[],
|
||||
offset=0,
|
||||
@@ -298,7 +298,6 @@ chat_mode_title = {
|
||||
"sql_generate_diagnostics": get_lang_text("sql_analysis_and_diagnosis"),
|
||||
"chat_use_plugin": get_lang_text("chat_use_plugin"),
|
||||
"knowledge_qa": get_lang_text("knowledge_qa"),
|
||||
|
||||
}
|
||||
|
||||
conversation_sql_mode = {
|
||||
|
Reference in New Issue
Block a user