DB-GPT/dbgpt/model/proxy/llms/__init__.py
FangYin Cheng cd725db1fb
refactor: The first refactored version for sdk release (#907)
Co-authored-by: chengfangyin2 <chengfangyin3@jd.com>
2023-12-08 14:45:59 +08:00

6 lines
306 B
Python

"""
There are several limitations to privatizing large models: high deployment costs and poor performance.
In scenarios where data data_privacy requirements are relatively low, connecting with commercial large models can enable
rapid and efficient product implementation with high quality.
"""