mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-09 04:49:26 +00:00
feat: Run AWEL flow in CLI (#1341)
This commit is contained in:
@@ -372,7 +372,7 @@ async def chat_completions(
|
||||
incremental=dialogue.incremental,
|
||||
)
|
||||
return StreamingResponse(
|
||||
flow_service.chat_flow(dialogue.select_param, flow_req),
|
||||
flow_service.chat_stream_flow_str(dialogue.select_param, flow_req),
|
||||
headers=headers,
|
||||
media_type="text/event-stream",
|
||||
)
|
||||
|
Reference in New Issue
Block a user