mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-14 05:31:40 +00:00
refactor: Refactor proxy LLM (#1064)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from abc import abstractmethod, ABC
|
||||
from abc import ABC, abstractmethod
|
||||
from typing import List
|
||||
|
||||
from dbgpt.core import LLMClient
|
||||
|
@@ -1,7 +1,7 @@
|
||||
from typing import List, Optional
|
||||
|
||||
from dbgpt._private.llm_metadata import LLMMetadata
|
||||
from dbgpt.core import LLMClient, ModelRequest, ModelMessageRoleType
|
||||
from dbgpt.core import LLMClient, ModelMessageRoleType, ModelRequest
|
||||
from dbgpt.rag.chunk import Chunk
|
||||
from dbgpt.rag.extractor.base import Extractor
|
||||
from dbgpt.util import utils
|
||||
|
Reference in New Issue
Block a user