mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-15 14:11:14 +00:00
Merge remote-tracking branch 'origin/Agent_Hub_Dev' into Agent_Hub_Dev
# Conflicts: # pilot/openapi/api_v1/editor/api_editor_v1.py
This commit is contained in:
@@ -56,8 +56,7 @@ DB-GPT is an experimental open-source project that uses localized GPT large mode
|
||||
## Demo
|
||||
Run on an RTX 4090 GPU.
|
||||
##### Chat Excel
|
||||

|
||||

|
||||

|
||||
##### Chat Plugin
|
||||

|
||||
##### LLM Management
|
||||
|
@@ -58,8 +58,7 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目,使用本地
|
||||
示例通过 RTX 4090 GPU 演示
|
||||
|
||||
##### Chat Excel
|
||||

|
||||

|
||||

|
||||
##### Chat Plugin
|
||||

|
||||
##### LLM Management
|
||||
|
@@ -75,6 +75,7 @@ class ChatWithDbAutoExecute(BaseChat):
|
||||
text = text.replace("\n", " ")
|
||||
print(f"stream_plugin_call:{text}")
|
||||
return self.api_call.run_display_sql(text, self.database.run_to_df)
|
||||
|
||||
#
|
||||
# def do_action(self, prompt_response):
|
||||
# print(f"do_action:{prompt_response}")
|
||||
|
Reference in New Issue
Block a user