mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-11 22:09:44 +00:00
refactor: Refactor proxy LLM (#1064)
This commit is contained in:
@@ -10,10 +10,10 @@ if pydantic.VERSION.startswith("1."):
|
||||
NonNegativeInt,
|
||||
PositiveFloat,
|
||||
PositiveInt,
|
||||
PrivateAttr,
|
||||
ValidationError,
|
||||
root_validator,
|
||||
validator,
|
||||
PrivateAttr,
|
||||
)
|
||||
else:
|
||||
PYDANTIC_VERSION = 2
|
||||
@@ -26,10 +26,10 @@ else:
|
||||
NonNegativeInt,
|
||||
PositiveFloat,
|
||||
PositiveInt,
|
||||
PrivateAttr,
|
||||
ValidationError,
|
||||
root_validator,
|
||||
validator,
|
||||
PrivateAttr,
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user