mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-15 14:11:14 +00:00
Native data AI application framework based on AWEL+AGENT (#1152)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com> Co-authored-by: lcx01800250 <lcx01800250@alibaba-inc.com> Co-authored-by: licunxing <864255598@qq.com> Co-authored-by: Aralhi <xiaoping0501@gmail.com> Co-authored-by: xuyuan23 <643854343@qq.com> Co-authored-by: aries_ckt <916701291@qq.com> Co-authored-by: hzh97 <2976151305@qq.com>
This commit is contained in:
@@ -33,3 +33,13 @@ def register_serve_apps(system_app: SystemApp, cfg: Config):
|
||||
# Register serve app
|
||||
system_app.register(ConversationServe, api_prefix="/api/v1/chat/dialogue")
|
||||
# ################################ Conversation Serve Register End ########################################
|
||||
|
||||
# ################################ AWEL Flow Serve Register Begin ######################################
|
||||
from dbgpt.serve.flow.serve import (
|
||||
SERVE_CONFIG_KEY_PREFIX as FLOW_SERVE_CONFIG_KEY_PREFIX,
|
||||
)
|
||||
from dbgpt.serve.flow.serve import Serve as FlowServe
|
||||
|
||||
# Register serve app
|
||||
system_app.register(FlowServe)
|
||||
# ################################ AWEL Flow Serve Register End ########################################
|
||||
|
Reference in New Issue
Block a user