mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-31 15:47:05 +00:00
feat(editor): ChatExcel
🔥ChatExcel Mode Operation Manual
This commit is contained in:
parent
502c9df3bf
commit
57d17a073c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user