mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-15 22:19:28 +00:00
feat(editor): ChatExcel
🔥ChatExcel Mode Operation Manual
This commit is contained in:
@@ -93,7 +93,7 @@ class ChatExcel(BaseChat):
|
||||
"excel_reader": self.excel_reader,
|
||||
}
|
||||
learn_chat = ExcelLearning(**chat_param)
|
||||
result = learn_chat.nostream_call()
|
||||
result = learn_chat.call()
|
||||
return result
|
||||
|
||||
def do_action(self, prompt_response):
|
||||
|
@@ -68,7 +68,7 @@ app.add_middleware(
|
||||
|
||||
|
||||
app.include_router(api_v1, prefix="/api")
|
||||
# app.include_router(knowledge_router, prefix="/api")
|
||||
app.include_router(knowledge_router, prefix="/api")
|
||||
app.include_router(api_editor_route_v1, prefix="/api")
|
||||
|
||||
# app.include_router(api_v1)
|
||||
|
Reference in New Issue
Block a user