Langchain-Chatchat/configs/__init__.py

9 lines
161 B
Python
Raw Normal View History

from .basic_config import *
2023-08-17 21:51:07 +08:00
from .model_config import *
from .kb_config import *
from .server_config import *
from .prompt_config import *
VERSION = "v0.2.10"