mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-09 04:49:26 +00:00
feat(core): APP use new SDK component (#1050)
This commit is contained in:
@@ -6,9 +6,10 @@ We have integrated fastchat. For details, see: dbgpt/model/model_adapter.py
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from functools import cache
|
||||
from typing import List, Dict, Tuple
|
||||
from dbgpt.model.conversation import Conversation, get_conv_template
|
||||
from typing import Dict, List, Tuple
|
||||
|
||||
from dbgpt.core.interface.message import ModelMessage, ModelMessageRoleType
|
||||
from dbgpt.model.conversation import Conversation, get_conv_template
|
||||
|
||||
|
||||
class BaseChatAdpter:
|
||||
|
Reference in New Issue
Block a user